Shades of Dark Violet #A008C5
Tints of Dark Violet #A008C5
RGB
CMYK
RGB Variations
Color information
#A008C5 (or 0xA008C5) is known color: Dark Violet. HEX triplet: A0, 08 and C5. RGB value is (160,8,197). Sum of RGB (Red+Green+Blue) = 160+8+197=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #A008C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008C5 is #5FF73A. Grayscale: #4A4A4A. Windows color (decimal): -6289211 or 12912800. OLE color: 12912800.
HSL color Cylindrical-coordinate representation of color #A008C5: hue angle of 288.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A008C5 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 8 | 197 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.23 |
| HSL | 288.25º | 0.92% | 0.4% | - |
| HSV(B) | 288.25º | 0.96% | 0.77% | - |
| XYZ | 24.66 | 11.68 | 53.78 | - |
| YUV | 74.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 197 | 0.19 | 0.96 | 0 | 0.23 | 288.25 | 0.92 | 0.4 |
| Hex | A0 | 8 | C5 | 13 | 60 | 0 | 17 | 120 | 5C | 28 |
| Octal | 240 | 10 | 305 | 23 | 140 | 0 | 27 | 440 | 134 | 50 |
| Binary | 10100000 | 1000 | 11000101 | 10011 | 1100000 | 0 | 10111 | 100100000 | 1011100 | 101000 |
Color Harmonies of #A008C5
Complementary color
Monochromatic Colors of #A008C5
Black with #A008C5
Text Example
Text Example
White with #A008C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A008C5; }
p { color: rgb(160,8,197); }
H1.HeaderClassName
{
color: #A008C5;
}
.AnyTagClassName
{
color: #A008C5;
}
</style>
background-color css
<style>
a { background-color: #A008C5; }
a { background-color: rgb(160,8,197); }
div.DivClassName
{
background-color: #A008C5;
}
.BgClassName
{
background-color: #A008C5;
}
</style>
border-color css
<style>
span { border-color: #A008C5; }
span { border-color: rgb(160,8,197); }
td.TdClassName
{
border-color: #A008C5;
}
.TagClassName
{
border-color: #A008C5;
}
</style>