Shades of Dark Violet #A101AF
Tints of Dark Violet #A101AF
RGB
CMYK
RGB Variations
Color information
#A101AF (or 0xA101AF) is known color: Dark Violet. HEX triplet: A1, 01 and AF. RGB value is (161,1,175). Sum of RGB (Red+Green+Blue) = 161+1+175=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #A101AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101AF is #5EFE50. Grayscale: #444444. Windows color (decimal): -6225489 or 11469217. OLE color: 11469217.
HSL color Cylindrical-coordinate representation of color #A101AF: hue angle of 295.17º degrees, saturation: 0.99, 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 #A101AF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 1 | 175 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.31 |
| HSL | 295.17º | 0.99% | 0.35% | - |
| HSV(B) | 295.17º | 0.99% | 0.69% | - |
| XYZ | 22.45 | 10.69 | 41.44 | - |
| YUV | 68.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 175 | 0.08 | 0.99 | 0 | 0.31 | 295.17 | 0.99 | 0.35 |
| Hex | A1 | 1 | AF | 8 | 63 | 0 | 1F | 127 | 63 | 23 |
| Octal | 241 | 1 | 257 | 10 | 143 | 0 | 37 | 447 | 143 | 43 |
| Binary | 10100001 | 1 | 10101111 | 1000 | 1100011 | 0 | 11111 | 100100111 | 1100011 | 100011 |
Color Harmonies of #A101AF
Complementary color
Monochromatic Colors of #A101AF
Black with #A101AF
Text Example
Text Example
White with #A101AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A101AF; }
p { color: rgb(161,1,175); }
H1.HeaderClassName
{
color: #A101AF;
}
.AnyTagClassName
{
color: #A101AF;
}
</style>
background-color css
<style>
a { background-color: #A101AF; }
a { background-color: rgb(161,1,175); }
div.DivClassName
{
background-color: #A101AF;
}
.BgClassName
{
background-color: #A101AF;
}
</style>
border-color css
<style>
span { border-color: #A101AF; }
span { border-color: rgb(161,1,175); }
td.TdClassName
{
border-color: #A101AF;
}
.TagClassName
{
border-color: #A101AF;
}
</style>