Shades of Dark Violet #A102DF
Tints of Dark Violet #A102DF
RGB
CMYK
RGB Variations
Color information
#A102DF (or 0xA102DF) is known color: Dark Violet. HEX triplet: A1, 02 and DF. RGB value is (161,2,223). Sum of RGB (Red+Green+Blue) = 161+2+223=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #A102DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102DF is #5EFD20. Grayscale: #4A4A4A. Windows color (decimal): -6225185 or 14615201. OLE color: 14615201.
HSL color Cylindrical-coordinate representation of color #A102DF: hue angle of 283.17º degrees, saturation: 0.98, 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 #A102DF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 2 | 223 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.13 |
| HSL | 283.17º | 0.98% | 0.44% | - |
| HSV(B) | 283.17º | 0.99% | 0.87% | - |
| XYZ | 28.04 | 12.95 | 70.83 | - |
| YUV | 74.74 | 211.68 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 223 | 0.28 | 0.99 | 0 | 0.13 | 283.17 | 0.98 | 0.44 |
| Hex | A1 | 2 | DF | 1C | 63 | 0 | D | 11B | 62 | 2C |
| Octal | 241 | 2 | 337 | 34 | 143 | 0 | 15 | 433 | 142 | 54 |
| Binary | 10100001 | 10 | 11011111 | 11100 | 1100011 | 0 | 1101 | 100011011 | 1100010 | 101100 |
Color Harmonies of #A102DF
Complementary color
Monochromatic Colors of #A102DF
Black with #A102DF
Text Example
Text Example
White with #A102DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102DF; }
p { color: rgb(161,2,223); }
H1.HeaderClassName
{
color: #A102DF;
}
.AnyTagClassName
{
color: #A102DF;
}
</style>
background-color css
<style>
a { background-color: #A102DF; }
a { background-color: rgb(161,2,223); }
div.DivClassName
{
background-color: #A102DF;
}
.BgClassName
{
background-color: #A102DF;
}
</style>
border-color css
<style>
span { border-color: #A102DF; }
span { border-color: rgb(161,2,223); }
td.TdClassName
{
border-color: #A102DF;
}
.TagClassName
{
border-color: #A102DF;
}
</style>