Html Css Color HEX #A00574 Eggplant

📋 copy color: '#A00574'

red 160 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #A00574

Tints of Eggplant #A00574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 56.94%
G = 1.78%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00574 (or 0xA00574) is known color: Eggplant. HEX triplet: A0, 05 and 74. RGB value is (160,5,116). Sum of RGB (Red+Green+Blue) = 160+5+116=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00574 is #5FFA8B. Grayscale: #3F3F3F. Windows color (decimal): -6290060 or 7603616. OLE color: 7603616.

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

Color convert

RGB 160 5 116 -
CMYK 0 0.97 0.28 0.37
HSL 317.03º 0.94% 0.32% -
HSV(B) 317.03º 0.97% 0.63% -
XYZ 17.7 8.84 17.3 -
YUV 64 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 160 5 116 0 0.97 0.28 0.37 317.03 0.94 0.32
Hex A0 5 74 0 61 1C 25 13D 5E 20
Octal 240 5 164 0 141 34 45 475 136 40
Binary 10100000 101 1110100 0 1100001 11100 100101 100111101 1011110 100000

Color Harmonies of #A00574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00574

Black with #A00574

Text Example


Text Example

White with #A00574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00574; }

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

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

background-color css

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

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

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

border-color css

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

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

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