Shades of Eggplant #A60268
Tints of Eggplant #A60268
RGB
CMYK
RGB Variations
Color information
#A60268 (or 0xA60268) is known color: Eggplant. HEX triplet: A6, 02 and 68. RGB value is (166,2,104). Sum of RGB (Red+Green+Blue) = 166+2+104=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A60268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60268 is #59FD97. Grayscale: #3E3E3E. Windows color (decimal): -5897624 or 6816422. OLE color: 6816422.
HSL color Cylindrical-coordinate representation of color #A60268: hue angle of 322.68º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60268 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.35 |
| HSL | 322.68º | 0.98% | 0.33% | - |
| HSV(B) | 322.68º | 0.99% | 0.65% | - |
| XYZ | 18.25 | 9.15 | 13.9 | - |
| YUV | 62.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 104 | 0 | 0.99 | 0.37 | 0.35 | 322.68 | 0.98 | 0.33 |
| Hex | A6 | 2 | 68 | 0 | 63 | 25 | 23 | 143 | 62 | 21 |
| Octal | 246 | 2 | 150 | 0 | 143 | 45 | 43 | 503 | 142 | 41 |
| Binary | 10100110 | 10 | 1101000 | 0 | 1100011 | 100101 | 100011 | 101000011 | 1100010 | 100001 |
Color Harmonies of #A60268
Complementary color
Monochromatic Colors of #A60268
Black with #A60268
Text Example
Text Example
White with #A60268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60268; }
p { color: rgb(166,2,104); }
H1.HeaderClassName
{
color: #A60268;
}
.AnyTagClassName
{
color: #A60268;
}
</style>
background-color css
<style>
a { background-color: #A60268; }
a { background-color: rgb(166,2,104); }
div.DivClassName
{
background-color: #A60268;
}
.BgClassName
{
background-color: #A60268;
}
</style>
border-color css
<style>
span { border-color: #A60268; }
span { border-color: rgb(166,2,104); }
td.TdClassName
{
border-color: #A60268;
}
.TagClassName
{
border-color: #A60268;
}
</style>