Shades of Dark Violet #A305E9
Tints of Dark Violet #A305E9
RGB
CMYK
RGB Variations
Color information
#A305E9 (or 0xA305E9) is known color: Dark Violet. HEX triplet: A3, 05 and E9. RGB value is (163,5,233). Sum of RGB (Red+Green+Blue) = 163+5+233=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #A305E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A305E9 is #5CFA16. Grayscale: #4D4D4D. Windows color (decimal): -6093335 or 15271331. OLE color: 15271331.
HSL color Cylindrical-coordinate representation of color #A305E9: hue angle of 281.58º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A305E9 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 5 | 233 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.09 |
| HSL | 281.58º | 0.96% | 0.47% | - |
| HSV(B) | 281.58º | 0.98% | 0.91% | - |
| XYZ | 29.87 | 13.78 | 78.18 | - |
| YUV | 78.23 | 215.35 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 233 | 0.30 | 0.98 | 0 | 0.09 | 281.58 | 0.96 | 0.47 |
| Hex | A3 | 5 | E9 | 1E | 62 | 0 | 9 | 11A | 60 | 2F |
| Octal | 243 | 5 | 351 | 36 | 142 | 0 | 11 | 432 | 140 | 57 |
| Binary | 10100011 | 101 | 11101001 | 11110 | 1100010 | 0 | 1001 | 100011010 | 1100000 | 101111 |
Color Harmonies of #A305E9
Complementary color
Monochromatic Colors of #A305E9
Black with #A305E9
Text Example
Text Example
White with #A305E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305E9; }
p { color: rgb(163,5,233); }
H1.HeaderClassName
{
color: #A305E9;
}
.AnyTagClassName
{
color: #A305E9;
}
</style>
background-color css
<style>
a { background-color: #A305E9; }
a { background-color: rgb(163,5,233); }
div.DivClassName
{
background-color: #A305E9;
}
.BgClassName
{
background-color: #A305E9;
}
</style>
border-color css
<style>
span { border-color: #A305E9; }
span { border-color: rgb(163,5,233); }
td.TdClassName
{
border-color: #A305E9;
}
.TagClassName
{
border-color: #A305E9;
}
</style>