Html Css Color HEX #A00866 Eggplant

📋 copy color: '#A00866'

red 160 ◦ green 8 ◦ blue 102

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

Shades of Eggplant #A00866

Tints of Eggplant #A00866

RGB

 RED value IS 160 (62.89% from 255) = 59.26%

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 59.26%
G = 2.96%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A00866 (or 0xA00866) is known color: Eggplant. HEX triplet: A0, 08 and 66. RGB value is (160,8,102). Sum of RGB (Red+Green+Blue) = 160+8+102=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A00866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00866 is #5FF799. Grayscale: #3F3F3F. Windows color (decimal): -6289306 or 6686880. OLE color: 6686880.

HSL color Cylindrical-coordinate representation of color #A00866: hue angle of 322.89º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00866 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 102 -
CMYK 0 0.95 0.36 0.37
HSL 322.89º 0.9% 0.33% -
HSV(B) 322.89º 0.95% 0.63% -
XYZ 16.98 8.61 13.34 -
YUV 64.16 149.36 196.36 -
System Red Green Blue C M Y K H S L
Decimal 160 8 102 0 0.95 0.36 0.37 322.89 0.9 0.33
Hex A0 8 66 0 5F 24 25 143 5A 21
Octal 240 10 146 0 137 44 45 503 132 41
Binary 10100000 1000 1100110 0 1011111 100100 100101 101000011 1011010 100001

Color Harmonies of #A00866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00866

Black with #A00866

Text Example


Text Example

White with #A00866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00866; }

 p { color: rgb(160,8,102); }

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

background-color css

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

 a { background-color: rgb(160,8,102); }

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

border-color css

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

 span { border-color: rgb(160,8,102); }

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