Shades of Dark Violet #A005B2
Tints of Dark Violet #A005B2
RGB
CMYK
RGB Variations
Color information
#A005B2 (or 0xA005B2) is known color: Dark Violet. HEX triplet: A0, 05 and B2. RGB value is (160,5,178). Sum of RGB (Red+Green+Blue) = 160+5+178=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #A005B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005B2 is #5FFA4D. Grayscale: #464646. Windows color (decimal): -6289998 or 11666848. OLE color: 11666848.
HSL color Cylindrical-coordinate representation of color #A005B2: hue angle of 293.76º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005B2 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 5 | 178 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.30 |
| HSL | 293.76º | 0.95% | 0.36% | - |
| HSV(B) | 293.76º | 0.97% | 0.7% | - |
| XYZ | 22.59 | 10.8 | 43.01 | - |
| YUV | 71.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 178 | 0.10 | 0.97 | 0 | 0.30 | 293.76 | 0.95 | 0.36 |
| Hex | A0 | 5 | B2 | A | 61 | 0 | 1E | 126 | 5F | 24 |
| Octal | 240 | 5 | 262 | 12 | 141 | 0 | 36 | 446 | 137 | 44 |
| Binary | 10100000 | 101 | 10110010 | 1010 | 1100001 | 0 | 11110 | 100100110 | 1011111 | 100100 |
Color Harmonies of #A005B2
Complementary color
Monochromatic Colors of #A005B2
Black with #A005B2
Text Example
Text Example
White with #A005B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005B2; }
p { color: rgb(160,5,178); }
H1.HeaderClassName
{
color: #A005B2;
}
.AnyTagClassName
{
color: #A005B2;
}
</style>
background-color css
<style>
a { background-color: #A005B2; }
a { background-color: rgb(160,5,178); }
div.DivClassName
{
background-color: #A005B2;
}
.BgClassName
{
background-color: #A005B2;
}
</style>
border-color css
<style>
span { border-color: #A005B2; }
span { border-color: rgb(160,5,178); }
td.TdClassName
{
border-color: #A005B2;
}
.TagClassName
{
border-color: #A005B2;
}
</style>