Html Css Color HEX #A80C73 Eggplant

📋 copy color: '#A80C73'

red 168 ◦ green 12 ◦ blue 115

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

Shades of Eggplant #A80C73

Tints of Eggplant #A80C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

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

R = 56.95%
G = 4.07%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A80C73 (or 0xA80C73) is known color: Eggplant. HEX triplet: A8, 0C and 73. RGB value is (168,12,115). Sum of RGB (Red+Green+Blue) = 168+12+115=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C73 is #57F38C. Grayscale: #464646. Windows color (decimal): -5763981 or 7539880. OLE color: 7539880.

HSL color Cylindrical-coordinate representation of color #A80C73: hue angle of 320.38º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C73 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 115 -
CMYK 0 0.93 0.32 0.34
HSL 320.38º 0.87% 0.35% -
HSV(B) 320.38º 0.93% 0.66% -
XYZ 19.37 9.83 17.1 -
YUV 70.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 168 12 115 0 0.93 0.32 0.34 320.38 0.87 0.35
Hex A8 C 73 0 5D 20 22 140 57 23
Octal 250 14 163 0 135 40 42 500 127 43
Binary 10101000 1100 1110011 0 1011101 100000 100010 101000000 1010111 100011

Color Harmonies of #A80C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C73

Black with #A80C73

Text Example


Text Example

White with #A80C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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