#A00068

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

Shades of Eggplant #A00068

Tints of Eggplant #A00068

Color information

#A00068 (or 0xA00068) is unknown color: approx Eggplant. HEX triplet: A0, 00 and 68. RGB value is (160,0,104). Sum of RGB (Red+Green+Blue) = 160+0+104=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00068 is #5FFF97. Grayscale: #3B3B3B. Windows color (decimal): -6291352 or 6815904. OLE color: 6815904.

HSL color Cylindrical-coordinate representation of color #A00068: hue angle of 321º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00068 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB1600104-
CMYK010.350.37
HSL321º100%31.37%-
HSV(B)321º100%62.75%-
XYZ178.4713.84-
YUV59.7153.01199.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=60.61%
G=0%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1600104010.350.3732110031.37
HexA00680642325141641f
Octal24001500144434550114437
Binary101000000110100001100100100011100101101000001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00068; }

 p { color: rgb(160,0,104); }

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

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

 a { background-color: rgb(160,0,104); }

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

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

 span { border-color: rgb(160,0,104); }

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