Html Css Color HEX #A80378 Eggplant

📋 copy color: '#A80378'

red 168 ◦ green 3 ◦ blue 120

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

Shades of Eggplant #A80378

Tints of Eggplant #A80378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 57.73%
G = 1.03%
B = 41.24%

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

#A80378 (or 0xA80378) is known color: Eggplant. HEX triplet: A8, 03 and 78. RGB value is (168,3,120). Sum of RGB (Red+Green+Blue) = 168+3+120=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A80378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80378 is #57FC87. Grayscale: #414141. Windows color (decimal): -5766280 or 7865256. OLE color: 7865256.

HSL color Cylindrical-coordinate representation of color #A80378: hue angle of 317.45º degrees, saturation: 0.96, 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 #A80378 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 120 -
CMYK 0 0.98 0.29 0.34
HSL 317.45º 0.96% 0.34% -
HSV(B) 317.45º 0.98% 0.66% -
XYZ 19.57 9.75 18.62 -
YUV 65.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 168 3 120 0 0.98 0.29 0.34 317.45 0.96 0.34
Hex A8 3 78 0 62 1D 22 13D 60 22
Octal 250 3 170 0 142 35 42 475 140 42
Binary 10101000 11 1111000 0 1100010 11101 100010 100111101 1100000 100010

Color Harmonies of #A80378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80378

Black with #A80378

Text Example


Text Example

White with #A80378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80378; }

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

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

background-color css

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

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

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

border-color css

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

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

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