Html Css Color HEX #A80373 Eggplant

📋 copy color: '#A80373'

red 168 ◦ green 3 ◦ blue 115

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

Shades of Eggplant #A80373

Tints of Eggplant #A80373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 58.74%
G = 1.05%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A80373 (or 0xA80373) is known color: Eggplant. HEX triplet: A8, 03 and 73. RGB value is (168,3,115). Sum of RGB (Red+Green+Blue) = 168+3+115=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A80373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80373 is #57FC8C. Grayscale: #404040. Windows color (decimal): -5766285 or 7537576. OLE color: 7537576.

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

Color convert

RGB 168 3 115 -
CMYK 0 0.98 0.32 0.34
HSL 319.27º 0.96% 0.34% -
HSV(B) 319.27º 0.98% 0.66% -
XYZ 19.28 9.63 17.06 -
YUV 65.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 168 3 115 0 0.98 0.32 0.34 319.27 0.96 0.34
Hex A8 3 73 0 62 20 22 13F 60 22
Octal 250 3 163 0 142 40 42 477 140 42
Binary 10101000 11 1110011 0 1100010 100000 100010 100111111 1100000 100010

Color Harmonies of #A80373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80373

Black with #A80373

Text Example


Text Example

White with #A80373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80373; }

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

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

background-color css

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

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

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

border-color css

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

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

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