Shades of Dark Violet #A103DD
Tints of Dark Violet #A103DD
RGB
CMYK
RGB Variations
Color information
#A103DD (or 0xA103DD) is known color: Dark Violet. HEX triplet: A1, 03 and DD. RGB value is (161,3,221). Sum of RGB (Red+Green+Blue) = 161+3+221=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #A103DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103DD is #5EFC22. Grayscale: #4A4A4A. Windows color (decimal): -6224931 or 14484385. OLE color: 14484385.
HSL color Cylindrical-coordinate representation of color #A103DD: hue angle of 283.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103DD is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 3 | 221 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.13 |
| HSL | 283.49º | 0.97% | 0.44% | - |
| HSV(B) | 283.49º | 0.99% | 0.87% | - |
| XYZ | 27.78 | 12.86 | 69.43 | - |
| YUV | 75.09 | 210.35 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 221 | 0.27 | 0.99 | 0 | 0.13 | 283.49 | 0.97 | 0.44 |
| Hex | A1 | 3 | DD | 1B | 63 | 0 | D | 11B | 61 | 2C |
| Octal | 241 | 3 | 335 | 33 | 143 | 0 | 15 | 433 | 141 | 54 |
| Binary | 10100001 | 11 | 11011101 | 11011 | 1100011 | 0 | 1101 | 100011011 | 1100001 | 101100 |
Color Harmonies of #A103DD
Complementary color
Monochromatic Colors of #A103DD
Black with #A103DD
Text Example
Text Example
White with #A103DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103DD; }
p { color: rgb(161,3,221); }
H1.HeaderClassName
{
color: #A103DD;
}
.AnyTagClassName
{
color: #A103DD;
}
</style>
background-color css
<style>
a { background-color: #A103DD; }
a { background-color: rgb(161,3,221); }
div.DivClassName
{
background-color: #A103DD;
}
.BgClassName
{
background-color: #A103DD;
}
</style>
border-color css
<style>
span { border-color: #A103DD; }
span { border-color: rgb(161,3,221); }
td.TdClassName
{
border-color: #A103DD;
}
.TagClassName
{
border-color: #A103DD;
}
</style>