Shades of Eggplant #A30065
Tints of Eggplant #A30065
RGB
CMYK
RGB Variations
Color information
#A30065 (or 0xA30065) is known color: Eggplant. HEX triplet: A3, 00 and 65. RGB value is (163,0,101). Sum of RGB (Red+Green+Blue) = 163+0+101=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30065 is #5CFF9A. Grayscale: #3C3C3C. Windows color (decimal): -6094747 or 6619299. OLE color: 6619299.
HSL color Cylindrical-coordinate representation of color #A30065: hue angle of 322.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30065 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.38 | 0.36 |
| HSL | 322.82º | 1% | 0.32% | - |
| HSV(B) | 322.82º | 1% | 0.64% | - |
| XYZ | 17.45 | 8.73 | 13.08 | - |
| YUV | 60.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 101 | 0 | 1 | 0.38 | 0.36 | 322.82 | 1 | 0.32 |
| Hex | A3 | 0 | 65 | 0 | 64 | 26 | 24 | 143 | 64 | 20 |
| Octal | 243 | 0 | 145 | 0 | 144 | 46 | 44 | 503 | 144 | 40 |
| Binary | 10100011 | 0 | 1100101 | 0 | 1100100 | 100110 | 100100 | 101000011 | 1100100 | 100000 |
Color Harmonies of #A30065
Complementary color
Monochromatic Colors of #A30065
Black with #A30065
Text Example
Text Example
White with #A30065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30065; }
p { color: rgb(163,0,101); }
H1.HeaderClassName
{
color: #A30065;
}
.AnyTagClassName
{
color: #A30065;
}
</style>
background-color css
<style>
a { background-color: #A30065; }
a { background-color: rgb(163,0,101); }
div.DivClassName
{
background-color: #A30065;
}
.BgClassName
{
background-color: #A30065;
}
</style>
border-color css
<style>
span { border-color: #A30065; }
span { border-color: rgb(163,0,101); }
td.TdClassName
{
border-color: #A30065;
}
.TagClassName
{
border-color: #A30065;
}
</style>