Shades of Dark Violet #A001B7
Tints of Dark Violet #A001B7
RGB
CMYK
RGB Variations
Color information
#A001B7 (or 0xA001B7) is known color: Dark Violet. HEX triplet: A0, 01 and B7. RGB value is (160,1,183). Sum of RGB (Red+Green+Blue) = 160+1+183=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #A001B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001B7 is #5FFE48. Grayscale: #444444. Windows color (decimal): -6291017 or 11993504. OLE color: 11993504.
HSL color Cylindrical-coordinate representation of color #A001B7: hue angle of 292.42º degrees, saturation: 0.99, 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 #A001B7 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 1 | 183 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.28 |
| HSL | 292.42º | 0.99% | 0.36% | - |
| HSV(B) | 292.42º | 0.99% | 0.72% | - |
| XYZ | 23.06 | 10.91 | 45.69 | - |
| YUV | 69.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 183 | 0.13 | 0.99 | 0 | 0.28 | 292.42 | 0.99 | 0.36 |
| Hex | A0 | 1 | B7 | D | 63 | 0 | 1C | 124 | 63 | 24 |
| Octal | 240 | 1 | 267 | 15 | 143 | 0 | 34 | 444 | 143 | 44 |
| Binary | 10100000 | 1 | 10110111 | 1101 | 1100011 | 0 | 11100 | 100100100 | 1100011 | 100100 |
Color Harmonies of #A001B7
Complementary color
Monochromatic Colors of #A001B7
Black with #A001B7
Text Example
Text Example
White with #A001B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001B7; }
p { color: rgb(160,1,183); }
H1.HeaderClassName
{
color: #A001B7;
}
.AnyTagClassName
{
color: #A001B7;
}
</style>
background-color css
<style>
a { background-color: #A001B7; }
a { background-color: rgb(160,1,183); }
div.DivClassName
{
background-color: #A001B7;
}
.BgClassName
{
background-color: #A001B7;
}
</style>
border-color css
<style>
span { border-color: #A001B7; }
span { border-color: rgb(160,1,183); }
td.TdClassName
{
border-color: #A001B7;
}
.TagClassName
{
border-color: #A001B7;
}
</style>