Shades of Dark Violet #A005B8
Tints of Dark Violet #A005B8
RGB
CMYK
RGB Variations
Color information
#A005B8 (or 0xA005B8) is known color: Dark Violet. HEX triplet: A0, 05 and B8. RGB value is (160,5,184). Sum of RGB (Red+Green+Blue) = 160+5+184=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #A005B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005B8 is #5FFA47. Grayscale: #474747. Windows color (decimal): -6289992 or 12060064. OLE color: 12060064.
HSL color Cylindrical-coordinate representation of color #A005B8: hue angle of 291.96º 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 #A005B8 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 5 | 184 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.28 |
| HSL | 291.96º | 0.95% | 0.37% | - |
| HSV(B) | 291.96º | 0.97% | 0.72% | - |
| XYZ | 23.2 | 11.04 | 46.26 | - |
| YUV | 71.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 184 | 0.13 | 0.97 | 0 | 0.28 | 291.96 | 0.95 | 0.37 |
| Hex | A0 | 5 | B8 | D | 61 | 0 | 1C | 124 | 5F | 25 |
| Octal | 240 | 5 | 270 | 15 | 141 | 0 | 34 | 444 | 137 | 45 |
| Binary | 10100000 | 101 | 10111000 | 1101 | 1100001 | 0 | 11100 | 100100100 | 1011111 | 100101 |
Color Harmonies of #A005B8
Complementary color
Monochromatic Colors of #A005B8
Black with #A005B8
Text Example
Text Example
White with #A005B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005B8; }
p { color: rgb(160,5,184); }
H1.HeaderClassName
{
color: #A005B8;
}
.AnyTagClassName
{
color: #A005B8;
}
</style>
background-color css
<style>
a { background-color: #A005B8; }
a { background-color: rgb(160,5,184); }
div.DivClassName
{
background-color: #A005B8;
}
.BgClassName
{
background-color: #A005B8;
}
</style>
border-color css
<style>
span { border-color: #A005B8; }
span { border-color: rgb(160,5,184); }
td.TdClassName
{
border-color: #A005B8;
}
.TagClassName
{
border-color: #A005B8;
}
</style>