Html Css Color HEX #AA007E Eggplant

📋 copy color: '#AA007E'

red 170 ◦ green 0 ◦ blue 126

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

Shades of Eggplant #AA007E

Tints of Eggplant #AA007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.43%
G = 0%
B = 42.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA007E (or 0xAA007E) is known color: Eggplant. HEX triplet: AA, 00 and 7E. RGB value is (170,0,126). Sum of RGB (Red+Green+Blue) = 170+0+126=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA007E is #55FF81. Grayscale: #404040. Windows color (decimal): -5635970 or 8257706. OLE color: 8257706.

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

Color convert

RGB 170 0 126 -
CMYK 0 1 0.26 0.33
HSL 315.53º 1% 0.33% -
HSV(B) 315.53º 1% 0.67% -
XYZ 20.34 10.05 20.61 -
YUV 65.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 170 0 126 0 1 0.26 0.33 315.53 1 0.33
Hex AA 0 7E 0 64 1A 21 13C 64 21
Octal 252 0 176 0 144 32 41 474 144 41
Binary 10101010 0 1111110 0 1100100 11010 100001 100111100 1100100 100001

Color Harmonies of #AA007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA007E

Black with #AA007E

Text Example


Text Example

White with #AA007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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