Html Css Color HEX #A00778 Eggplant

📋 copy color: '#A00778'

red 160 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #A00778

Tints of Eggplant #A00778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 55.75%
G = 2.44%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00778 (or 0xA00778) is known color: Eggplant. HEX triplet: A0, 07 and 78. RGB value is (160,7,120). Sum of RGB (Red+Green+Blue) = 160+7+120=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A00778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00778 is #5FF887. Grayscale: #414141. Windows color (decimal): -6289544 or 7866272. OLE color: 7866272.

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

Color convert

RGB 160 7 120 -
CMYK 0 0.96 0.25 0.37
HSL 315.69º 0.92% 0.33% -
HSV(B) 315.69º 0.96% 0.63% -
XYZ 17.96 8.98 18.56 -
YUV 65.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 160 7 120 0 0.96 0.25 0.37 315.69 0.92 0.33
Hex A0 7 78 0 60 19 25 13C 5C 21
Octal 240 7 170 0 140 31 45 474 134 41
Binary 10100000 111 1111000 0 1100000 11001 100101 100111100 1011100 100001

Color Harmonies of #A00778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00778

Black with #A00778

Text Example


Text Example

White with #A00778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00778; }

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

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

background-color css

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

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

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

border-color css

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

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

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