Shades of Dark Violet #A803DA
Tints of Dark Violet #A803DA
RGB
CMYK
RGB Variations
Color information
#A803DA (or 0xA803DA) is known color: Dark Violet. HEX triplet: A8, 03 and DA. RGB value is (168,3,218). Sum of RGB (Red+Green+Blue) = 168+3+218=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A803DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803DA is #57FC25. Grayscale: #4C4C4C. Windows color (decimal): -5766182 or 14287784. OLE color: 14287784.
HSL color Cylindrical-coordinate representation of color #A803DA: hue angle of 286.05º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A803DA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 3 | 218 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.15 |
| HSL | 286.05º | 0.97% | 0.43% | - |
| HSV(B) | 286.05º | 0.99% | 0.85% | - |
| XYZ | 28.84 | 13.45 | 67.41 | - |
| YUV | 76.85 | 207.66 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 218 | 0.23 | 0.99 | 0 | 0.15 | 286.05 | 0.97 | 0.43 |
| Hex | A8 | 3 | DA | 17 | 63 | 0 | F | 11E | 61 | 2B |
| Octal | 250 | 3 | 332 | 27 | 143 | 0 | 17 | 436 | 141 | 53 |
| Binary | 10101000 | 11 | 11011010 | 10111 | 1100011 | 0 | 1111 | 100011110 | 1100001 | 101011 |
Color Harmonies of #A803DA
Complementary color
Monochromatic Colors of #A803DA
Black with #A803DA
Text Example
Text Example
White with #A803DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803DA; }
p { color: rgb(168,3,218); }
H1.HeaderClassName
{
color: #A803DA;
}
.AnyTagClassName
{
color: #A803DA;
}
</style>
background-color css
<style>
a { background-color: #A803DA; }
a { background-color: rgb(168,3,218); }
div.DivClassName
{
background-color: #A803DA;
}
.BgClassName
{
background-color: #A803DA;
}
</style>
border-color css
<style>
span { border-color: #A803DA; }
span { border-color: rgb(168,3,218); }
td.TdClassName
{
border-color: #A803DA;
}
.TagClassName
{
border-color: #A803DA;
}
</style>