Html Css Color HEX #A00A74 Eggplant

📋 copy color: '#A00A74'

red 160 ◦ green 10 ◦ blue 116

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

Shades of Eggplant #A00A74

Tints of Eggplant #A00A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

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

R = 55.94%
G = 3.5%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00A74 (or 0xA00A74) is known color: Eggplant. HEX triplet: A0, 0A and 74. RGB value is (160,10,116). Sum of RGB (Red+Green+Blue) = 160+10+116=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A74 is #5FF58B. Grayscale: #424242. Windows color (decimal): -6288780 or 7604896. OLE color: 7604896.

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

Color convert

RGB 160 10 116 -
CMYK 0 0.94 0.28 0.37
HSL 317.6º 0.88% 0.33% -
HSV(B) 317.6º 0.94% 0.63% -
XYZ 17.76 8.95 17.31 -
YUV 66.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 160 10 116 0 0.94 0.28 0.37 317.6 0.88 0.33
Hex A0 A 74 0 5E 1C 25 13E 58 21
Octal 240 12 164 0 136 34 45 476 130 41
Binary 10100000 1010 1110100 0 1011110 11100 100101 100111110 1011000 100001

Color Harmonies of #A00A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A74

Black with #A00A74

Text Example


Text Example

White with #A00A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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