Shades of Eggplant #A30164
Tints of Eggplant #A30164
RGB
CMYK
RGB Variations
Color information
#A30164 (or 0xA30164) is known color: Eggplant. HEX triplet: A3, 01 and 64. RGB value is (163,1,100). Sum of RGB (Red+Green+Blue) = 163+1+100=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30164 is #5CFE9B. Grayscale: #3C3C3C. Windows color (decimal): -6094492 or 6554019. OLE color: 6554019.
HSL color Cylindrical-coordinate representation of color #A30164: hue angle of 323.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30164 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.36 |
| HSL | 323.33º | 0.99% | 0.32% | - |
| HSV(B) | 323.33º | 0.99% | 0.64% | - |
| XYZ | 17.42 | 8.73 | 12.82 | - |
| YUV | 60.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 100 | 0 | 0.99 | 0.39 | 0.36 | 323.33 | 0.99 | 0.32 |
| Hex | A3 | 1 | 64 | 0 | 63 | 27 | 24 | 143 | 63 | 20 |
| Octal | 243 | 1 | 144 | 0 | 143 | 47 | 44 | 503 | 143 | 40 |
| Binary | 10100011 | 1 | 1100100 | 0 | 1100011 | 100111 | 100100 | 101000011 | 1100011 | 100000 |
Color Harmonies of #A30164
Complementary color
Monochromatic Colors of #A30164
Black with #A30164
Text Example
Text Example
White with #A30164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30164; }
p { color: rgb(163,1,100); }
H1.HeaderClassName
{
color: #A30164;
}
.AnyTagClassName
{
color: #A30164;
}
</style>
background-color css
<style>
a { background-color: #A30164; }
a { background-color: rgb(163,1,100); }
div.DivClassName
{
background-color: #A30164;
}
.BgClassName
{
background-color: #A30164;
}
</style>
border-color css
<style>
span { border-color: #A30164; }
span { border-color: rgb(163,1,100); }
td.TdClassName
{
border-color: #A30164;
}
.TagClassName
{
border-color: #A30164;
}
</style>