Html Css Color HEX #AA047B Eggplant

📋 copy color: '#AA047B'

red 170 ◦ green 4 ◦ blue 123

#AA047B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AA047B

Tints of Eggplant #AA047B

RGB

 RED value IS 170 (66.8% from 255) = 57.24%

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 57.24%
G = 1.35%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA047B (or 0xAA047B) is known color: Eggplant. HEX triplet: AA, 04 and 7B. RGB value is (170,4,123). Sum of RGB (Red+Green+Blue) = 170+4+123=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047B is #55FB84. Grayscale: #424242. Windows color (decimal): -5634949 or 8062122. OLE color: 8062122.

HSL color Cylindrical-coordinate representation of color #AA047B: hue angle of 316.99º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA047B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 123 -
CMYK 0 0.98 0.28 0.33
HSL 316.99º 0.95% 0.34% -
HSV(B) 316.99º 0.98% 0.67% -
XYZ 20.2 10.06 19.62 -
YUV 67.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 170 4 123 0 0.98 0.28 0.33 316.99 0.95 0.34
Hex AA 4 7B 0 62 1C 21 13D 5F 22
Octal 252 4 173 0 142 34 41 475 137 42
Binary 10101010 100 1111011 0 1100010 11100 100001 100111101 1011111 100010

Color Harmonies of #AA047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA047B

Black with #AA047B

Text Example


Text Example

White with #AA047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA047B; }

 p { color: rgb(170,4,123); }

 H1.HeaderClassName
 {
   color: #AA047B;
 }
 .AnyTagClassName
 {
   color: #AA047B;
 }
</style>

background-color css

<style>
 a { background-color: #AA047B; }

 a { background-color: rgb(170,4,123); }

 div.DivClassName
 {
   background-color: #AA047B;
 }
 .BgClassName
 {
   background-color: #AA047B;
 }
</style>

border-color css

<style>
 span { border-color: #AA047B; }

 span { border-color: rgb(170,4,123); }

 td.TdClassName
 {
   border-color: #AA047B;
 }
 .TagClassName
 {
   border-color: #AA047B;
 }
</style>