Html Css Color HEX #A00565 Eggplant

📋 copy color: '#A00565'

red 160 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #A00565

Tints of Eggplant #A00565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 60.15%
G = 1.88%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A00565 (or 0xA00565) is known color: Eggplant. HEX triplet: A0, 05 and 65. RGB value is (160,5,101). Sum of RGB (Red+Green+Blue) = 160+5+101=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00565 is #5FFA9A. Grayscale: #3E3E3E. Windows color (decimal): -6290075 or 6620576. OLE color: 6620576.

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

Color convert

RGB 160 5 101 -
CMYK 0 0.97 0.37 0.37
HSL 322.84º 0.94% 0.32% -
HSV(B) 322.84º 0.97% 0.63% -
XYZ 16.9 8.52 13.07 -
YUV 62.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 160 5 101 0 0.97 0.37 0.37 322.84 0.94 0.32
Hex A0 5 65 0 61 25 25 143 5E 20
Octal 240 5 145 0 141 45 45 503 136 40
Binary 10100000 101 1100101 0 1100001 100101 100101 101000011 1011110 100000

Color Harmonies of #A00565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00565

Black with #A00565

Text Example


Text Example

White with #A00565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00565; }

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

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

background-color css

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

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

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

border-color css

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

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

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