#A8006B

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

Shades of Eggplant #A8006B

Tints of Eggplant #A8006B

Color information

#A8006B (or 0xA8006B) is unknown color: approx Eggplant. HEX triplet: A8, 00 and 6B. RGB value is (168,0,107). Sum of RGB (Red+Green+Blue) = 168+0+107=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A8006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8006B is #57FF94. Grayscale: #3E3E3E. Windows color (decimal): -5767061 or 7012520. OLE color: 7012520.

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

Color convert

RGB1680107-
CMYK010.360.34
HSL321.79º100%32.94%-
HSV(B)321.79º100%65.88%-
XYZ18.89.3914.73-
YUV62.43153.16203.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=61.09%
G=0%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1680107010.360.34321.7910032.94
HexA806B06424221426421
Octal25001530144444250214441
Binary1010100001101011011001001001001000101010000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8006B; }

 p { color: rgb(168,0,107); }

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

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

 a { background-color: rgb(168,0,107); }

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

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

 span { border-color: rgb(168,0,107); }

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