#A80F7B

Color #A80F7B Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #A80F7B

Tints of Eggplant #A80F7B

Color information

#A80F7B (or 0xA80F7B) is unknown color: approx Eggplant. HEX triplet: A8, 0F and 7B. RGB value is (168,15,123). Sum of RGB (Red+Green+Blue) = 168+15+123=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80F7B is #57F084. Grayscale: #484848. Windows color (decimal): -5763205 or 8064936. OLE color: 8064936.

HSL color Cylindrical-coordinate representation of color #A80F7B: hue angle of 317.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F7B is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16815123-
CMYK00.910.270.34
HSL317.65º83.61%35.88%-
HSV(B)317.65º91.07%65.88%-
XYZ19.8910.119.64-
YUV73.06156.19195.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=54.90%
G=4.90%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681512300.910.270.34317.6583.6135.88
HexA8F7B05B1B2213e5424
Octal250171730133334247612444
Binary101010001111111101101011011110111000101001111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F7B; }

 p { color: rgb(168,15,123); }

 H1.HeaderClassName
 {
   color: #A80F7B;
 }
 .AnyTagClassName
 {
   color: #A80F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(168,15,123); }

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

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

 span { border-color: rgb(168,15,123); }

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