#A00F7B

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

Shades of Eggplant #A00F7B

Tints of Eggplant #A00F7B

Color information

#A00F7B (or 0xA00F7B) is unknown color: approx Eggplant. HEX triplet: A0, 0F and 7B. RGB value is (160,15,123). Sum of RGB (Red+Green+Blue) = 160+15+123=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F7B is #5FF084. Grayscale: #464646. Windows color (decimal): -6287493 or 8064928. OLE color: 8064928.

HSL color Cylindrical-coordinate representation of color #A00F7B: hue angle of 315.31º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F7B is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16015123-
CMYK00.910.230.37
HSL315.31º82.86%34.31%-
HSV(B)315.31º90.62%62.75%-
XYZ18.249.2519.56-
YUV70.67157.54191.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=53.69%
G=5.03%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601512300.910.230.37315.3182.8634.31
HexA0F7B05B172513b5322
Octal240171730133274547312342
Binary101000001111111101101011011101111001011001110111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F7B; }

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

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

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

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

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

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

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

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