Html Css Color HEX #AA0678 Eggplant

📋 copy color: '#AA0678'

red 170 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #AA0678

Tints of Eggplant #AA0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 57.43%
G = 2.03%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA0678 (or 0xAA0678) is known color: Eggplant. HEX triplet: AA, 06 and 78. RGB value is (170,6,120). Sum of RGB (Red+Green+Blue) = 170+6+120=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0678 is #55F987. Grayscale: #434343. Windows color (decimal): -5634440 or 7866026. OLE color: 7866026.

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

Color convert

RGB 170 6 120 -
CMYK 0 0.96 0.29 0.33
HSL 318.29º 0.93% 0.35% -
HSV(B) 318.29º 0.96% 0.67% -
XYZ 20.03 10.03 18.65 -
YUV 68.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 170 6 120 0 0.96 0.29 0.33 318.29 0.93 0.35
Hex AA 6 78 0 60 1D 21 13E 5D 23
Octal 252 6 170 0 140 35 41 476 135 43
Binary 10101010 110 1111000 0 1100000 11101 100001 100111110 1011101 100011

Color Harmonies of #AA0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0678

Black with #AA0678

Text Example


Text Example

White with #AA0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0678; }

 p { color: rgb(170,6,120); }

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

background-color css

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

 a { background-color: rgb(170,6,120); }

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

border-color css

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

 span { border-color: rgb(170,6,120); }

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