COLOR #A0448A

HEX: #A0448A RGB: (160,68,138)

Color info

#A0448A contains mainly red and blue colors. Web safe color of #A0448A is #993399 (or #939).

RGB color model

#A0448A color RGB value is (160,68,138).

RGB: (160,68,138) (63%, 27%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 68 of 255 = 27%
B 138 of 255 = 54%

160
68
138

R + G + B ~ 48%. #A0448A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 68 + 138 = 366 (100%)
R 160 of 366 ~ 43.72%
G 68 of 366 ~ 18.58%
B 138 of 366 ~ 37.7'%

%43.72
%18.58
%37.7

CMYK color model

#A0448A color CMYK value is (0,58,14,37).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 13.75%
  • key color value is 37.25%

CMYK: (0,58,14,37)
C0M58Y14K37 (0%, 58%, 14%, 37%)
(0.00 / 0.58 / 0.14 / 0.37)

CMYK percentages

%0
%57.5
%13.75
%37.25

Codes

Color #A0448A in popluar color models

A0 44 8A
RGB 160 68 138
HSL 314° 40.35% 44.71%
HSB/HSV 314° 57.50% 62.75%
CMYK 0.00% 57.50% 13.75%
37.25%

Color #A0448A in popluar number systems.

HEX A0 44 8A
Decimal 160 68 138
Binary 10100000 1000100 10001010
Octal 240 104 212

Shades and tints

Shades of #A0448A

#A0448A
(160,68,138)
#923E7E
(146,62,126)
#843872
(132,56,114)
#763266
(118,50,102)
#682C5A
(104,44,90)
#5A264E
(90,38,78)
#4C2042
(76,32,66)
#3E1A36
(62,26,54)
#30142A
(48,20,42)
#220E1E
(34,14,30)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #A0448A

#A0448A
(160,68,138)
#A85594
(168,85,148)
#B0669E
(176,102,158)
#B877A8
(184,119,168)
#C088B2
(192,136,178)
#C899BC
(200,153,188)
#D0AAC6
(208,170,198)
#D8BBD0
(216,187,208)
#E0CCDA
(224,204,218)
#E8DDE4
(232,221,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0448A color. Also use rgb(160,68,138) instead hex code.

Text Font Color

.myTextColor { color: #A0448A; }

<p style="color:#A0448A">This sample text font color is #A0448A.</p>

This text font color is #A0448A.

Background Color

.myBgColor { background-color: #A0448A; }

<div style="background-color:#A0448A">Inner text</div>

This div background color is #A0448A.

Border color

.myBorderColor { border: 1px solid #A0448A; }

<div style="border:3px solid #A0448A">Div</div>

This div border color is #A0448A.

Opacity

.myOpacity80 { color: #A0448A; opacity: 0.8; }

<p style="color:#A0448A;opacity:0.8;">80%</p>

Text with #A0448A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0448A;}

<p style="text-shadow: 3px 3px 1px #A0448A">Text here.</p>

This text has shadow with #A0448A color.


.textShadow {text-shadow: 3px 3px 1px #A0448A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0448A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0448A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0448A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0448A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0448A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0448A;
-webkit-box-shadow: 1px 1px 3px 2px #A0448A;
box-shadow: 1px 1px 3px 2px #A0448A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0448A; -webkit-box-shadow: 1px 1px 3px 2px #A0448A; box-shadow:1px 1px 3px 2px #A0448A;">
Div content here
</div>

This div box has shadow with color #A0448A.

Preview

Color preview on black background

This text has color #A0448A on black background.


Color preview on white background

This text has color #A0448A on white background.


Black color preview on #A0448A background

This text has black color on #A0448A background.


White color preview on #A0448A background

This text has white color on #A0448A background.


Related colors

Complementary color

Complementary color for #hex is #5FBB75.


I love getcolorcode.com

Triadic colors

1 #8AA044 and #448AA0 with #A0448A are triadic colors.

2 #8A44A0 and #44A08A with #A0448A are triadic colors.