Html Css Color HEX #AA0874 Eggplant

📋 copy color: '#AA0874'

red 170 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #AA0874

Tints of Eggplant #AA0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 57.82%
G = 2.72%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA0874 (or 0xAA0874) is known color: Eggplant. HEX triplet: AA, 08 and 74. RGB value is (170,8,116). Sum of RGB (Red+Green+Blue) = 170+8+116=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0874 is #55F78B. Grayscale: #444444. Windows color (decimal): -5633932 or 7604394. OLE color: 7604394.

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

Color convert

RGB 170 8 116 -
CMYK 0 0.95 0.32 0.33
HSL 320º 0.91% 0.35% -
HSV(B) 320º 0.95% 0.67% -
XYZ 19.82 9.98 17.41 -
YUV 68.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 170 8 116 0 0.95 0.32 0.33 320 0.91 0.35
Hex AA 8 74 0 5F 20 21 140 5B 23
Octal 252 10 164 0 137 40 41 500 133 43
Binary 10101010 1000 1110100 0 1011111 100000 100001 101000000 1011011 100011

Color Harmonies of #AA0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0874

Black with #AA0874

Text Example


Text Example

White with #AA0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0874; }

 p { color: rgb(170,8,116); }

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

background-color css

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

 a { background-color: rgb(170,8,116); }

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

border-color css

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

 span { border-color: rgb(170,8,116); }

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