Shades of Dark Violet #A302B9
Tints of Dark Violet #A302B9
RGB
CMYK
RGB Variations
Color information
#A302B9 (or 0xA302B9) is known color: Dark Violet. HEX triplet: A3, 02 and B9. RGB value is (163,2,185). Sum of RGB (Red+Green+Blue) = 163+2+185=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #A302B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A302B9 is #5CFD46. Grayscale: #464646. Windows color (decimal): -6094151 or 12124835. OLE color: 12124835.
HSL color Cylindrical-coordinate representation of color #A302B9: hue angle of 292.79º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A302B9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 2 | 185 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.27 |
| HSL | 292.79º | 0.98% | 0.37% | - |
| HSV(B) | 292.79º | 0.99% | 0.73% | - |
| XYZ | 23.88 | 11.33 | 46.83 | - |
| YUV | 71 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 185 | 0.12 | 0.99 | 0 | 0.27 | 292.79 | 0.98 | 0.37 |
| Hex | A3 | 2 | B9 | C | 63 | 0 | 1B | 125 | 62 | 25 |
| Octal | 243 | 2 | 271 | 14 | 143 | 0 | 33 | 445 | 142 | 45 |
| Binary | 10100011 | 10 | 10111001 | 1100 | 1100011 | 0 | 11011 | 100100101 | 1100010 | 100101 |
Color Harmonies of #A302B9
Complementary color
Monochromatic Colors of #A302B9
Black with #A302B9
Text Example
Text Example
White with #A302B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A302B9; }
p { color: rgb(163,2,185); }
H1.HeaderClassName
{
color: #A302B9;
}
.AnyTagClassName
{
color: #A302B9;
}
</style>
background-color css
<style>
a { background-color: #A302B9; }
a { background-color: rgb(163,2,185); }
div.DivClassName
{
background-color: #A302B9;
}
.BgClassName
{
background-color: #A302B9;
}
</style>
border-color css
<style>
span { border-color: #A302B9; }
span { border-color: rgb(163,2,185); }
td.TdClassName
{
border-color: #A302B9;
}
.TagClassName
{
border-color: #A302B9;
}
</style>