Html Css Color HEX #A00772 Eggplant

📋 copy color: '#A00772'

red 160 ◦ green 7 ◦ blue 114

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

Shades of Eggplant #A00772

Tints of Eggplant #A00772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 56.94%
G = 2.49%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A00772 (or 0xA00772) is known color: Eggplant. HEX triplet: A0, 07 and 72. RGB value is (160,7,114). Sum of RGB (Red+Green+Blue) = 160+7+114=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00772 is #5FF88D. Grayscale: #404040. Windows color (decimal): -6289550 or 7473056. OLE color: 7473056.

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

Color convert

RGB 160 7 114 -
CMYK 0 0.96 0.29 0.37
HSL 318.04º 0.92% 0.33% -
HSV(B) 318.04º 0.96% 0.63% -
XYZ 17.61 8.84 16.7 -
YUV 64.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 160 7 114 0 0.96 0.29 0.37 318.04 0.92 0.33
Hex A0 7 72 0 60 1D 25 13E 5C 21
Octal 240 7 162 0 140 35 45 476 134 41
Binary 10100000 111 1110010 0 1100000 11101 100101 100111110 1011100 100001

Color Harmonies of #A00772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00772

Black with #A00772

Text Example


Text Example

White with #A00772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00772; }

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

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

background-color css

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

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

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

border-color css

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

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

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