Shades of Dark Violet #A102B0
Tints of Dark Violet #A102B0
RGB
CMYK
RGB Variations
Color information
#A102B0 (or 0xA102B0) is known color: Dark Violet. HEX triplet: A1, 02 and B0. RGB value is (161,2,176). Sum of RGB (Red+Green+Blue) = 161+2+176=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #A102B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102B0 is #5EFD4F. Grayscale: #444444. Windows color (decimal): -6225232 or 11535009. OLE color: 11535009.
HSL color Cylindrical-coordinate representation of color #A102B0: hue angle of 294.83º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102B0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 2 | 176 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.31 |
| HSL | 294.83º | 0.98% | 0.35% | - |
| HSV(B) | 294.83º | 0.99% | 0.69% | - |
| XYZ | 22.56 | 10.76 | 41.96 | - |
| YUV | 69.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 176 | 0.09 | 0.99 | 0 | 0.31 | 294.83 | 0.98 | 0.35 |
| Hex | A1 | 2 | B0 | 9 | 63 | 0 | 1F | 127 | 62 | 23 |
| Octal | 241 | 2 | 260 | 11 | 143 | 0 | 37 | 447 | 142 | 43 |
| Binary | 10100001 | 10 | 10110000 | 1001 | 1100011 | 0 | 11111 | 100100111 | 1100010 | 100011 |
Color Harmonies of #A102B0
Complementary color
Monochromatic Colors of #A102B0
Black with #A102B0
Text Example
Text Example
White with #A102B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102B0; }
p { color: rgb(161,2,176); }
H1.HeaderClassName
{
color: #A102B0;
}
.AnyTagClassName
{
color: #A102B0;
}
</style>
background-color css
<style>
a { background-color: #A102B0; }
a { background-color: rgb(161,2,176); }
div.DivClassName
{
background-color: #A102B0;
}
.BgClassName
{
background-color: #A102B0;
}
</style>
border-color css
<style>
span { border-color: #A102B0; }
span { border-color: rgb(161,2,176); }
td.TdClassName
{
border-color: #A102B0;
}
.TagClassName
{
border-color: #A102B0;
}
</style>