Shades of Eggplant #A3097B
Tints of Eggplant #A3097B
RGB
CMYK
RGB Variations
Color information
#A3097B (or 0xA3097B) is known color: Eggplant. HEX triplet: A3, 09 and 7B. RGB value is (163,9,123). Sum of RGB (Red+Green+Blue) = 163+9+123=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3097B is #5CF684. Grayscale: #434343. Windows color (decimal): -6092421 or 8063395. OLE color: 8063395.
HSL color Cylindrical-coordinate representation of color #A3097B: hue angle of 315.58º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3097B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 9 | 123 | - |
CMYK | 0 | 0.94 | 0.25 | 0.36 |
HSL | 315.58º | 0.9% | 0.34% | - |
HSV(B) | 315.58º | 0.94% | 0.64% | - |
XYZ | 18.78 | 9.41 | 19.57 | - |
YUV | 68.04 | 159.02 | 195.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 9 | 123 | 0 | 0.94 | 0.25 | 0.36 | 315.58 | 0.9 | 0.34 |
Hex | A3 | 9 | 7B | 0 | 5E | 19 | 24 | 13C | 5A | 22 |
Octal | 243 | 11 | 173 | 0 | 136 | 31 | 44 | 474 | 132 | 42 |
Binary | 10100011 | 1001 | 1111011 | 0 | 1011110 | 11001 | 100100 | 100111100 | 1011010 | 100010 |
Color Harmonies of #A3097B
Complementary color
Monochromatic Colors of #A3097B
Black with #A3097B
Text Example
Text Example
White with #A3097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3097B; }
p { color: rgb(163,9,123); }
H1.HeaderClassName
{
color: #A3097B;
}
.AnyTagClassName
{
color: #A3097B;
}
</style>
background-color css
<style>
a { background-color: #A3097B; }
a { background-color: rgb(163,9,123); }
div.DivClassName
{
background-color: #A3097B;
}
.BgClassName
{
background-color: #A3097B;
}
</style>
border-color css
<style>
span { border-color: #A3097B; }
span { border-color: rgb(163,9,123); }
td.TdClassName
{
border-color: #A3097B;
}
.TagClassName
{
border-color: #A3097B;
}
</style>