Html Css Color HEX #A00566 Eggplant

📋 copy color: '#A00566'

red 160 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #A00566

Tints of Eggplant #A00566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 59.93%
G = 1.87%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A00566 (or 0xA00566) is known color: Eggplant. HEX triplet: A0, 05 and 66. RGB value is (160,5,102). Sum of RGB (Red+Green+Blue) = 160+5+102=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A00566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00566 is #5FFA99. Grayscale: #3E3E3E. Windows color (decimal): -6290074 or 6686112. OLE color: 6686112.

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

Color convert

RGB 160 5 102 -
CMYK 0 0.97 0.36 0.37
HSL 322.45º 0.94% 0.32% -
HSV(B) 322.45º 0.97% 0.63% -
XYZ 16.95 8.54 13.33 -
YUV 62.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 160 5 102 0 0.97 0.36 0.37 322.45 0.94 0.32
Hex A0 5 66 0 61 24 25 142 5E 20
Octal 240 5 146 0 141 44 45 502 136 40
Binary 10100000 101 1100110 0 1100001 100100 100101 101000010 1011110 100000

Color Harmonies of #A00566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00566

Black with #A00566

Text Example


Text Example

White with #A00566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00566; }

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

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

background-color css

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

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

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

border-color css

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

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

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