Shades of Dark Violet #A005D0
Tints of Dark Violet #A005D0
RGB
CMYK
RGB Variations
Color information
#A005D0 (or 0xA005D0) is known color: Dark Violet. HEX triplet: A0, 05 and D0. RGB value is (160,5,208). Sum of RGB (Red+Green+Blue) = 160+5+208=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #A005D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005D0 is #5FFA2F. Grayscale: #494949. Windows color (decimal): -6289968 or 13632928. OLE color: 13632928.
HSL color Cylindrical-coordinate representation of color #A005D0: hue angle of 285.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005D0 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 5 | 208 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.18 |
| HSL | 285.81º | 0.95% | 0.42% | - |
| HSV(B) | 285.81º | 0.98% | 0.82% | - |
| XYZ | 25.94 | 12.14 | 60.65 | - |
| YUV | 74.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 208 | 0.23 | 0.98 | 0 | 0.18 | 285.81 | 0.95 | 0.42 |
| Hex | A0 | 5 | D0 | 17 | 62 | 0 | 12 | 11E | 5F | 2A |
| Octal | 240 | 5 | 320 | 27 | 142 | 0 | 22 | 436 | 137 | 52 |
| Binary | 10100000 | 101 | 11010000 | 10111 | 1100010 | 0 | 10010 | 100011110 | 1011111 | 101010 |
Color Harmonies of #A005D0
Complementary color
Monochromatic Colors of #A005D0
Black with #A005D0
Text Example
Text Example
White with #A005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005D0; }
p { color: rgb(160,5,208); }
H1.HeaderClassName
{
color: #A005D0;
}
.AnyTagClassName
{
color: #A005D0;
}
</style>
background-color css
<style>
a { background-color: #A005D0; }
a { background-color: rgb(160,5,208); }
div.DivClassName
{
background-color: #A005D0;
}
.BgClassName
{
background-color: #A005D0;
}
</style>
border-color css
<style>
span { border-color: #A005D0; }
span { border-color: rgb(160,5,208); }
td.TdClassName
{
border-color: #A005D0;
}
.TagClassName
{
border-color: #A005D0;
}
</style>