Html Css Color HEX #A00072 Eggplant

📋 copy color: '#A00072'

red 160 ◦ green 0 ◦ blue 114

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

Shades of Eggplant #A00072

Tints of Eggplant #A00072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 58.39%
G = 0%
B = 41.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A00072 (or 0xA00072) is known color: Eggplant. HEX triplet: A0, 00 and 72. RGB value is (160,0,114). Sum of RGB (Red+Green+Blue) = 160+0+114=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A00072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00072 is #5FFF8D. Grayscale: #3C3C3C. Windows color (decimal): -6291342 or 7471264. OLE color: 7471264.

HSL color Cylindrical-coordinate representation of color #A00072: hue angle of 317.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00072 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 114 -
CMYK 0 1 0.29 0.37
HSL 317.25º 1% 0.31% -
HSV(B) 317.25º 1% 0.63% -
XYZ 17.53 8.69 16.67 -
YUV 60.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 160 0 114 0 1 0.29 0.37 317.25 1 0.31
Hex A0 0 72 0 64 1D 25 13D 64 1F
Octal 240 0 162 0 144 35 45 475 144 37
Binary 10100000 0 1110010 0 1100100 11101 100101 100111101 1100100 11111

Color Harmonies of #A00072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00072

Black with #A00072

Text Example


Text Example

White with #A00072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00072; }

 p { color: rgb(160,0,114); }

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

background-color css

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

 a { background-color: rgb(160,0,114); }

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

border-color css

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

 span { border-color: rgb(160,0,114); }

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