Shades of Dark Violet #A305B9
Tints of Dark Violet #A305B9
RGB
CMYK
RGB Variations
Color information
#A305B9 (or 0xA305B9) is known color: Dark Violet. HEX triplet: A3, 05 and B9. RGB value is (163,5,185). Sum of RGB (Red+Green+Blue) = 163+5+185=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #A305B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305B9 is #5CFA46. Grayscale: #484848. Windows color (decimal): -6093383 or 12125603. OLE color: 12125603.
HSL color Cylindrical-coordinate representation of color #A305B9: hue angle of 292.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305B9 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 5 | 185 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.27 |
| HSL | 292.67º | 0.95% | 0.37% | - |
| HSV(B) | 292.67º | 0.97% | 0.73% | - |
| XYZ | 23.92 | 11.4 | 46.84 | - |
| YUV | 72.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 185 | 0.12 | 0.97 | 0 | 0.27 | 292.67 | 0.95 | 0.37 |
| Hex | A3 | 5 | B9 | C | 61 | 0 | 1B | 125 | 5F | 25 |
| Octal | 243 | 5 | 271 | 14 | 141 | 0 | 33 | 445 | 137 | 45 |
| Binary | 10100011 | 101 | 10111001 | 1100 | 1100001 | 0 | 11011 | 100100101 | 1011111 | 100101 |
Color Harmonies of #A305B9
Complementary color
Monochromatic Colors of #A305B9
Black with #A305B9
Text Example
Text Example
White with #A305B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305B9; }
p { color: rgb(163,5,185); }
H1.HeaderClassName
{
color: #A305B9;
}
.AnyTagClassName
{
color: #A305B9;
}
</style>
background-color css
<style>
a { background-color: #A305B9; }
a { background-color: rgb(163,5,185); }
div.DivClassName
{
background-color: #A305B9;
}
.BgClassName
{
background-color: #A305B9;
}
</style>
border-color css
<style>
span { border-color: #A305B9; }
span { border-color: rgb(163,5,185); }
td.TdClassName
{
border-color: #A305B9;
}
.TagClassName
{
border-color: #A305B9;
}
</style>