Shades of Dark Violet #A101DD
Tints of Dark Violet #A101DD
RGB
CMYK
RGB Variations
Color information
#A101DD (or 0xA101DD) is known color: Dark Violet. HEX triplet: A1, 01 and DD. RGB value is (161,1,221). Sum of RGB (Red+Green+Blue) = 161+1+221=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #A101DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101DD is #5EFE22. Grayscale: #494949. Windows color (decimal): -6225443 or 14483873. OLE color: 14483873.
HSL color Cylindrical-coordinate representation of color #A101DD: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101DD is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 1 | 221 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.13 |
| HSL | 283.64º | 0.99% | 0.44% | - |
| HSV(B) | 283.64º | 1% | 0.87% | - |
| XYZ | 27.76 | 12.82 | 69.42 | - |
| YUV | 73.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 221 | 0.27 | 1.00 | 0 | 0.13 | 283.64 | 0.99 | 0.44 |
| Hex | A1 | 1 | DD | 1B | 64 | 0 | D | 11C | 63 | 2C |
| Octal | 241 | 1 | 335 | 33 | 144 | 0 | 15 | 434 | 143 | 54 |
| Binary | 10100001 | 1 | 11011101 | 11011 | 1100100 | 0 | 1101 | 100011100 | 1100011 | 101100 |
Color Harmonies of #A101DD
Complementary color
Monochromatic Colors of #A101DD
Black with #A101DD
Text Example
Text Example
White with #A101DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101DD; }
p { color: rgb(161,1,221); }
H1.HeaderClassName
{
color: #A101DD;
}
.AnyTagClassName
{
color: #A101DD;
}
</style>
background-color css
<style>
a { background-color: #A101DD; }
a { background-color: rgb(161,1,221); }
div.DivClassName
{
background-color: #A101DD;
}
.BgClassName
{
background-color: #A101DD;
}
</style>
border-color css
<style>
span { border-color: #A101DD; }
span { border-color: rgb(161,1,221); }
td.TdClassName
{
border-color: #A101DD;
}
.TagClassName
{
border-color: #A101DD;
}
</style>