Shades of Dark Violet #A102D0
Tints of Dark Violet #A102D0
RGB
CMYK
RGB Variations
Color information
#A102D0 (or 0xA102D0) is known color: Dark Violet. HEX triplet: A1, 02 and D0. RGB value is (161,2,208). Sum of RGB (Red+Green+Blue) = 161+2+208=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #A102D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102D0 is #5EFD2F. Grayscale: #484848. Windows color (decimal): -6225200 or 13632161. OLE color: 13632161.
HSL color Cylindrical-coordinate representation of color #A102D0: hue angle of 286.31º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102D0 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 2 | 208 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.18 |
| HSL | 286.31º | 0.98% | 0.41% | - |
| HSV(B) | 286.31º | 0.99% | 0.82% | - |
| XYZ | 26.1 | 12.17 | 60.65 | - |
| YUV | 73.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 208 | 0.23 | 0.99 | 0 | 0.18 | 286.31 | 0.98 | 0.41 |
| Hex | A1 | 2 | D0 | 17 | 63 | 0 | 12 | 11E | 62 | 29 |
| Octal | 241 | 2 | 320 | 27 | 143 | 0 | 22 | 436 | 142 | 51 |
| Binary | 10100001 | 10 | 11010000 | 10111 | 1100011 | 0 | 10010 | 100011110 | 1100010 | 101001 |
Color Harmonies of #A102D0
Complementary color
Monochromatic Colors of #A102D0
Black with #A102D0
Text Example
Text Example
White with #A102D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102D0; }
p { color: rgb(161,2,208); }
H1.HeaderClassName
{
color: #A102D0;
}
.AnyTagClassName
{
color: #A102D0;
}
</style>
background-color css
<style>
a { background-color: #A102D0; }
a { background-color: rgb(161,2,208); }
div.DivClassName
{
background-color: #A102D0;
}
.BgClassName
{
background-color: #A102D0;
}
</style>
border-color css
<style>
span { border-color: #A102D0; }
span { border-color: rgb(161,2,208); }
td.TdClassName
{
border-color: #A102D0;
}
.TagClassName
{
border-color: #A102D0;
}
</style>