Html Css Color HEX #A80370 Eggplant

📋 copy color: '#A80370'

red 168 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #A80370

Tints of Eggplant #A80370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 59.36%
G = 1.06%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80370 (or 0xA80370) is known color: Eggplant. HEX triplet: A8, 03 and 70. RGB value is (168,3,112). Sum of RGB (Red+Green+Blue) = 168+3+112=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A80370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80370 is #57FC8F. Grayscale: #404040. Windows color (decimal): -5766288 or 7340968. OLE color: 7340968.

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

Color convert

RGB 168 3 112 -
CMYK 0 0.98 0.33 0.34
HSL 320.36º 0.96% 0.34% -
HSV(B) 320.36º 0.98% 0.66% -
XYZ 19.11 9.56 16.17 -
YUV 64.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 168 3 112 0 0.98 0.33 0.34 320.36 0.96 0.34
Hex A8 3 70 0 62 21 22 140 60 22
Octal 250 3 160 0 142 41 42 500 140 42
Binary 10101000 11 1110000 0 1100010 100001 100010 101000000 1100000 100010

Color Harmonies of #A80370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80370

Black with #A80370

Text Example


Text Example

White with #A80370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80370; }

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

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

background-color css

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

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

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

border-color css

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

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

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