Html Css Color HEX #A00773 Eggplant

📋 copy color: '#A00773'

red 160 ◦ green 7 ◦ blue 115

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

Shades of Eggplant #A00773

Tints of Eggplant #A00773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 56.74%
G = 2.48%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A00773 (or 0xA00773) is known color: Eggplant. HEX triplet: A0, 07 and 73. RGB value is (160,7,115). Sum of RGB (Red+Green+Blue) = 160+7+115=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00773 is #5FF88C. Grayscale: #404040. Windows color (decimal): -6289549 or 7538592. OLE color: 7538592.

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

Color convert

RGB 160 7 115 -
CMYK 0 0.96 0.28 0.37
HSL 317.65º 0.92% 0.33% -
HSV(B) 317.65º 0.96% 0.63% -
XYZ 17.67 8.86 17 -
YUV 65.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 160 7 115 0 0.96 0.28 0.37 317.65 0.92 0.33
Hex A0 7 73 0 60 1C 25 13E 5C 21
Octal 240 7 163 0 140 34 45 476 134 41
Binary 10100000 111 1110011 0 1100000 11100 100101 100111110 1011100 100001

Color Harmonies of #A00773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00773

Black with #A00773

Text Example


Text Example

White with #A00773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00773; }

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

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

background-color css

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

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

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

border-color css

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

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

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