Html Css Color HEX #AA0F7A Eggplant

📋 copy color: '#AA0F7A'

red 170 ◦ green 15 ◦ blue 122

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

Shades of Eggplant #AA0F7A

Tints of Eggplant #AA0F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 55.37%
G = 4.89%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA0F7A (or 0xAA0F7A) is known color: Eggplant. HEX triplet: AA, 0F and 7A. RGB value is (170,15,122). Sum of RGB (Red+Green+Blue) = 170+15+122=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F7A is #55F085. Grayscale: #494949. Windows color (decimal): -5632134 or 7999402. OLE color: 7999402.

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

Color convert

RGB 170 15 122 -
CMYK 0 0.91 0.28 0.33
HSL 318.58º 0.84% 0.36% -
HSV(B) 318.58º 0.91% 0.67% -
XYZ 20.26 10.29 19.33 -
YUV 73.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 170 15 122 0 0.91 0.28 0.33 318.58 0.84 0.36
Hex AA F 7A 0 5B 1C 21 13F 54 24
Octal 252 17 172 0 133 34 41 477 124 44
Binary 10101010 1111 1111010 0 1011011 11100 100001 100111111 1010100 100100

Color Harmonies of #AA0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F7A

Black with #AA0F7A

Text Example


Text Example

White with #AA0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F7A; }

 p { color: rgb(170,15,122); }

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

background-color css

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

 a { background-color: rgb(170,15,122); }

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

border-color css

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

 span { border-color: rgb(170,15,122); }

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