Shades of Dark Violet #A005B7
Tints of Dark Violet #A005B7
RGB
CMYK
RGB Variations
Color information
#A005B7 (or 0xA005B7) is known color: Dark Violet. HEX triplet: A0, 05 and B7. RGB value is (160,5,183). Sum of RGB (Red+Green+Blue) = 160+5+183=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #A005B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005B7 is #5FFA48. Grayscale: #474747. Windows color (decimal): -6289993 or 11994528. OLE color: 11994528.
HSL color Cylindrical-coordinate representation of color #A005B7: hue angle of 292.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005B7 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 5 | 183 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.28 |
| HSL | 292.25º | 0.95% | 0.37% | - |
| HSV(B) | 292.25º | 0.97% | 0.72% | - |
| XYZ | 23.1 | 11 | 45.71 | - |
| YUV | 71.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 183 | 0.13 | 0.97 | 0 | 0.28 | 292.25 | 0.95 | 0.37 |
| Hex | A0 | 5 | B7 | D | 61 | 0 | 1C | 124 | 5F | 25 |
| Octal | 240 | 5 | 267 | 15 | 141 | 0 | 34 | 444 | 137 | 45 |
| Binary | 10100000 | 101 | 10110111 | 1101 | 1100001 | 0 | 11100 | 100100100 | 1011111 | 100101 |
Color Harmonies of #A005B7
Complementary color
Monochromatic Colors of #A005B7
Black with #A005B7
Text Example
Text Example
White with #A005B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005B7; }
p { color: rgb(160,5,183); }
H1.HeaderClassName
{
color: #A005B7;
}
.AnyTagClassName
{
color: #A005B7;
}
</style>
background-color css
<style>
a { background-color: #A005B7; }
a { background-color: rgb(160,5,183); }
div.DivClassName
{
background-color: #A005B7;
}
.BgClassName
{
background-color: #A005B7;
}
</style>
border-color css
<style>
span { border-color: #A005B7; }
span { border-color: rgb(160,5,183); }
td.TdClassName
{
border-color: #A005B7;
}
.TagClassName
{
border-color: #A005B7;
}
</style>