Shades of Dark Violet #A001B5
Tints of Dark Violet #A001B5
RGB
CMYK
RGB Variations
Color information
#A001B5 (or 0xA001B5) is known color: Dark Violet. HEX triplet: A0, 01 and B5. RGB value is (160,1,181). Sum of RGB (Red+Green+Blue) = 160+1+181=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #A001B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001B5 is #5FFE4A. Grayscale: #444444. Windows color (decimal): -6291019 or 11862432. OLE color: 11862432.
HSL color Cylindrical-coordinate representation of color #A001B5: hue angle of 293º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001B5 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 1 | 181 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.29 |
| HSL | 293º | 0.99% | 0.36% | - |
| HSV(B) | 293º | 0.99% | 0.71% | - |
| XYZ | 22.85 | 10.83 | 44.6 | - |
| YUV | 69.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 181 | 0.12 | 0.99 | 0 | 0.29 | 293 | 0.99 | 0.36 |
| Hex | A0 | 1 | B5 | C | 63 | 0 | 1D | 125 | 63 | 24 |
| Octal | 240 | 1 | 265 | 14 | 143 | 0 | 35 | 445 | 143 | 44 |
| Binary | 10100000 | 1 | 10110101 | 1100 | 1100011 | 0 | 11101 | 100100101 | 1100011 | 100100 |
Color Harmonies of #A001B5
Complementary color
Monochromatic Colors of #A001B5
Black with #A001B5
Text Example
Text Example
White with #A001B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001B5; }
p { color: rgb(160,1,181); }
H1.HeaderClassName
{
color: #A001B5;
}
.AnyTagClassName
{
color: #A001B5;
}
</style>
background-color css
<style>
a { background-color: #A001B5; }
a { background-color: rgb(160,1,181); }
div.DivClassName
{
background-color: #A001B5;
}
.BgClassName
{
background-color: #A001B5;
}
</style>
border-color css
<style>
span { border-color: #A001B5; }
span { border-color: rgb(160,1,181); }
td.TdClassName
{
border-color: #A001B5;
}
.TagClassName
{
border-color: #A001B5;
}
</style>