Shades of Dark Violet #A005C1
Tints of Dark Violet #A005C1
RGB
CMYK
RGB Variations
Color information
#A005C1 (or 0xA005C1) is known color: Dark Violet. HEX triplet: A0, 05 and C1. RGB value is (160,5,193). Sum of RGB (Red+Green+Blue) = 160+5+193=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #A005C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005C1 is #5FFA3E. Grayscale: #484848. Windows color (decimal): -6289983 or 12649888. OLE color: 12649888.
HSL color Cylindrical-coordinate representation of color #A005C1: hue angle of 289.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005C1 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 5 | 193 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.24 |
| HSL | 289.47º | 0.95% | 0.39% | - |
| HSV(B) | 289.47º | 0.97% | 0.76% | - |
| XYZ | 24.18 | 11.43 | 51.38 | - |
| YUV | 72.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 193 | 0.17 | 0.97 | 0 | 0.24 | 289.47 | 0.95 | 0.39 |
| Hex | A0 | 5 | C1 | 11 | 61 | 0 | 18 | 121 | 5F | 27 |
| Octal | 240 | 5 | 301 | 21 | 141 | 0 | 30 | 441 | 137 | 47 |
| Binary | 10100000 | 101 | 11000001 | 10001 | 1100001 | 0 | 11000 | 100100001 | 1011111 | 100111 |
Color Harmonies of #A005C1
Complementary color
Monochromatic Colors of #A005C1
Black with #A005C1
Text Example
Text Example
White with #A005C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005C1; }
p { color: rgb(160,5,193); }
H1.HeaderClassName
{
color: #A005C1;
}
.AnyTagClassName
{
color: #A005C1;
}
</style>
background-color css
<style>
a { background-color: #A005C1; }
a { background-color: rgb(160,5,193); }
div.DivClassName
{
background-color: #A005C1;
}
.BgClassName
{
background-color: #A005C1;
}
</style>
border-color css
<style>
span { border-color: #A005C1; }
span { border-color: rgb(160,5,193); }
td.TdClassName
{
border-color: #A005C1;
}
.TagClassName
{
border-color: #A005C1;
}
</style>