Shades of Dark Violet #A102B7
Tints of Dark Violet #A102B7
RGB
CMYK
RGB Variations
Color information
#A102B7 (or 0xA102B7) is known color: Dark Violet. HEX triplet: A1, 02 and B7. RGB value is (161,2,183). Sum of RGB (Red+Green+Blue) = 161+2+183=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #A102B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102B7 is #5EFD48. Grayscale: #454545. Windows color (decimal): -6225225 or 11993761. OLE color: 11993761.
HSL color Cylindrical-coordinate representation of color #A102B7: hue angle of 292.71º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102B7 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 2 | 183 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.28 |
| HSL | 292.71º | 0.98% | 0.36% | - |
| HSV(B) | 292.71º | 0.99% | 0.72% | - |
| XYZ | 23.27 | 11.04 | 45.7 | - |
| YUV | 70.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 183 | 0.12 | 0.99 | 0 | 0.28 | 292.71 | 0.98 | 0.36 |
| Hex | A1 | 2 | B7 | C | 63 | 0 | 1C | 125 | 62 | 24 |
| Octal | 241 | 2 | 267 | 14 | 143 | 0 | 34 | 445 | 142 | 44 |
| Binary | 10100001 | 10 | 10110111 | 1100 | 1100011 | 0 | 11100 | 100100101 | 1100010 | 100100 |
Color Harmonies of #A102B7
Complementary color
Monochromatic Colors of #A102B7
Black with #A102B7
Text Example
Text Example
White with #A102B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102B7; }
p { color: rgb(161,2,183); }
H1.HeaderClassName
{
color: #A102B7;
}
.AnyTagClassName
{
color: #A102B7;
}
</style>
background-color css
<style>
a { background-color: #A102B7; }
a { background-color: rgb(161,2,183); }
div.DivClassName
{
background-color: #A102B7;
}
.BgClassName
{
background-color: #A102B7;
}
</style>
border-color css
<style>
span { border-color: #A102B7; }
span { border-color: rgb(161,2,183); }
td.TdClassName
{
border-color: #A102B7;
}
.TagClassName
{
border-color: #A102B7;
}
</style>