Shades of Dark Violet #A102BC
Tints of Dark Violet #A102BC
RGB
CMYK
RGB Variations
Color information
#A102BC (or 0xA102BC) is known color: Dark Violet. HEX triplet: A1, 02 and BC. RGB value is (161,2,188). Sum of RGB (Red+Green+Blue) = 161+2+188=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #A102BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102BC is #5EFD43. Grayscale: #464646. Windows color (decimal): -6225220 or 12321441. OLE color: 12321441.
HSL color Cylindrical-coordinate representation of color #A102BC: hue angle of 291.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102BC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 2 | 188 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.26 |
| HSL | 291.29º | 0.98% | 0.37% | - |
| HSV(B) | 291.29º | 0.99% | 0.74% | - |
| XYZ | 23.8 | 11.25 | 48.49 | - |
| YUV | 70.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 188 | 0.14 | 0.99 | 0 | 0.26 | 291.29 | 0.98 | 0.37 |
| Hex | A1 | 2 | BC | E | 63 | 0 | 1A | 123 | 62 | 25 |
| Octal | 241 | 2 | 274 | 16 | 143 | 0 | 32 | 443 | 142 | 45 |
| Binary | 10100001 | 10 | 10111100 | 1110 | 1100011 | 0 | 11010 | 100100011 | 1100010 | 100101 |
Color Harmonies of #A102BC
Complementary color
Monochromatic Colors of #A102BC
Black with #A102BC
Text Example
Text Example
White with #A102BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102BC; }
p { color: rgb(161,2,188); }
H1.HeaderClassName
{
color: #A102BC;
}
.AnyTagClassName
{
color: #A102BC;
}
</style>
background-color css
<style>
a { background-color: #A102BC; }
a { background-color: rgb(161,2,188); }
div.DivClassName
{
background-color: #A102BC;
}
.BgClassName
{
background-color: #A102BC;
}
</style>
border-color css
<style>
span { border-color: #A102BC; }
span { border-color: rgb(161,2,188); }
td.TdClassName
{
border-color: #A102BC;
}
.TagClassName
{
border-color: #A102BC;
}
</style>