Html Css Color HEX #A00564 Eggplant

📋 copy color: '#A00564'

red 160 ◦ green 5 ◦ blue 100

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

Shades of Eggplant #A00564

Tints of Eggplant #A00564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 60.38%
G = 1.89%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00564 (or 0xA00564) is known color: Eggplant. HEX triplet: A0, 05 and 64. RGB value is (160,5,100). Sum of RGB (Red+Green+Blue) = 160+5+100=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A00564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00564 is #5FFA9B. Grayscale: #3D3D3D. Windows color (decimal): -6290076 or 6555040. OLE color: 6555040.

HSL color Cylindrical-coordinate representation of color #A00564: hue angle of 323.23º 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 #A00564 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 100 -
CMYK 0 0.97 0.38 0.37
HSL 323.23º 0.94% 0.32% -
HSV(B) 323.23º 0.97% 0.63% -
XYZ 16.85 8.5 12.81 -
YUV 62.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 160 5 100 0 0.97 0.38 0.37 323.23 0.94 0.32
Hex A0 5 64 0 61 26 25 143 5E 20
Octal 240 5 144 0 141 46 45 503 136 40
Binary 10100000 101 1100100 0 1100001 100110 100101 101000011 1011110 100000

Color Harmonies of #A00564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00564

Black with #A00564

Text Example


Text Example

White with #A00564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00564; }

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

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

background-color css

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

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

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

border-color css

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

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

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