Html Css Color HEX #A00078 Eggplant

📋 copy color: '#A00078'

red 160 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #A00078

Tints of Eggplant #A00078

RGB

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

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

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A00078 (or 0xA00078) is known color: Eggplant. HEX triplet: A0, 00 and 78. RGB value is (160,0,120). Sum of RGB (Red+Green+Blue) = 160+0+120=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00078 is #5FFF87. Grayscale: #3D3D3D. Windows color (decimal): -6291336 or 7864480. OLE color: 7864480.

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

Color convert

RGB 160 0 120 -
CMYK 0 1 0.25 0.37
HSL 315º 1% 0.31% -
HSV(B) 315º 1% 0.63% -
XYZ 17.89 8.83 18.53 -
YUV 61.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 160 0 120 0 1 0.25 0.37 315 1 0.31
Hex A0 0 78 0 64 19 25 13B 64 1F
Octal 240 0 170 0 144 31 45 473 144 37
Binary 10100000 0 1111000 0 1100100 11001 100101 100111011 1100100 11111

Color Harmonies of #A00078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00078

Black with #A00078

Text Example


Text Example

White with #A00078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00078; }

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

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

background-color css

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

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

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

border-color css

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

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

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