Html Css Color HEX #A80478 Eggplant

📋 copy color: '#A80478'

red 168 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #A80478

Tints of Eggplant #A80478

RGB

 RED value IS 168 (66.02% from 255) = 57.53%

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 57.53%
G = 1.37%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A80478 (or 0xA80478) is known color: Eggplant. HEX triplet: A8, 04 and 78. RGB value is (168,4,120). Sum of RGB (Red+Green+Blue) = 168+4+120=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A80478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80478 is #57FB87. Grayscale: #414141. Windows color (decimal): -5766024 or 7865512. OLE color: 7865512.

HSL color Cylindrical-coordinate representation of color #A80478: hue angle of 317.56º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80478 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 120 -
CMYK 0 0.98 0.29 0.34
HSL 317.56º 0.95% 0.34% -
HSV(B) 317.56º 0.98% 0.66% -
XYZ 19.58 9.77 18.62 -
YUV 66.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 168 4 120 0 0.98 0.29 0.34 317.56 0.95 0.34
Hex A8 4 78 0 62 1D 22 13E 5F 22
Octal 250 4 170 0 142 35 42 476 137 42
Binary 10101000 100 1111000 0 1100010 11101 100010 100111110 1011111 100010

Color Harmonies of #A80478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80478

Black with #A80478

Text Example


Text Example

White with #A80478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80478; }

 p { color: rgb(168,4,120); }

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

background-color css

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

 a { background-color: rgb(168,4,120); }

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

border-color css

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

 span { border-color: rgb(168,4,120); }

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