Html Css Color HEX #AA047E Eggplant

📋 copy color: '#AA047E'

red 170 ◦ green 4 ◦ blue 126

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

Shades of Eggplant #AA047E

Tints of Eggplant #AA047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 56.67%
G = 1.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA047E (or 0xAA047E) is known color: Eggplant. HEX triplet: AA, 04 and 7E. RGB value is (170,4,126). Sum of RGB (Red+Green+Blue) = 170+4+126=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA047E is #55FB81. Grayscale: #434343. Windows color (decimal): -5634946 or 8258730. OLE color: 8258730.

HSL color Cylindrical-coordinate representation of color #AA047E: hue angle of 315.9º 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 #AA047E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 126 -
CMYK 0 0.98 0.26 0.33
HSL 315.9º 0.95% 0.34% -
HSV(B) 315.9º 0.98% 0.67% -
XYZ 20.39 10.14 20.62 -
YUV 67.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 170 4 126 0 0.98 0.26 0.33 315.9 0.95 0.34
Hex AA 4 7E 0 62 1A 21 13C 5F 22
Octal 252 4 176 0 142 32 41 474 137 42
Binary 10101010 100 1111110 0 1100010 11010 100001 100111100 1011111 100010

Color Harmonies of #AA047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA047E

Black with #AA047E

Text Example


Text Example

White with #AA047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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