Shades of Dark Violet #A102BF
Tints of Dark Violet #A102BF
RGB
CMYK
RGB Variations
Color information
#A102BF (or 0xA102BF) is known color: Dark Violet. HEX triplet: A1, 02 and BF. RGB value is (161,2,191). Sum of RGB (Red+Green+Blue) = 161+2+191=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #A102BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102BF is #5EFD40. Grayscale: #464646. Windows color (decimal): -6225217 or 12518049. OLE color: 12518049.
HSL color Cylindrical-coordinate representation of color #A102BF: hue angle of 290.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102BF is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 2 | 191 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.25 |
| HSL | 290.48º | 0.98% | 0.38% | - |
| HSV(B) | 290.48º | 0.99% | 0.75% | - |
| XYZ | 24.12 | 11.38 | 50.22 | - |
| YUV | 71.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 191 | 0.16 | 0.99 | 0 | 0.25 | 290.48 | 0.98 | 0.38 |
| Hex | A1 | 2 | BF | 10 | 63 | 0 | 19 | 122 | 62 | 26 |
| Octal | 241 | 2 | 277 | 20 | 143 | 0 | 31 | 442 | 142 | 46 |
| Binary | 10100001 | 10 | 10111111 | 10000 | 1100011 | 0 | 11001 | 100100010 | 1100010 | 100110 |
Color Harmonies of #A102BF
Complementary color
Monochromatic Colors of #A102BF
Black with #A102BF
Text Example
Text Example
White with #A102BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102BF; }
p { color: rgb(161,2,191); }
H1.HeaderClassName
{
color: #A102BF;
}
.AnyTagClassName
{
color: #A102BF;
}
</style>
background-color css
<style>
a { background-color: #A102BF; }
a { background-color: rgb(161,2,191); }
div.DivClassName
{
background-color: #A102BF;
}
.BgClassName
{
background-color: #A102BF;
}
</style>
border-color css
<style>
span { border-color: #A102BF; }
span { border-color: rgb(161,2,191); }
td.TdClassName
{
border-color: #A102BF;
}
.TagClassName
{
border-color: #A102BF;
}
</style>