Shades of Dark Violet #A001CD
Tints of Dark Violet #A001CD
RGB
CMYK
RGB Variations
Color information
#A001CD (or 0xA001CD) is known color: Dark Violet. HEX triplet: A0, 01 and CD. RGB value is (160,1,205). Sum of RGB (Red+Green+Blue) = 160+1+205=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #A001CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001CD is #5FFE32. Grayscale: #474747. Windows color (decimal): -6290995 or 13435296. OLE color: 13435296.
HSL color Cylindrical-coordinate representation of color #A001CD: hue angle of 286.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001CD is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 1 | 205 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.20 |
| HSL | 286.76º | 0.99% | 0.4% | - |
| HSV(B) | 286.76º | 1% | 0.8% | - |
| XYZ | 25.53 | 11.9 | 58.71 | - |
| YUV | 71.8 | 203.18 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 205 | 0.22 | 1.00 | 0 | 0.20 | 286.76 | 0.99 | 0.4 |
| Hex | A0 | 1 | CD | 16 | 64 | 0 | 14 | 11F | 63 | 28 |
| Octal | 240 | 1 | 315 | 26 | 144 | 0 | 24 | 437 | 143 | 50 |
| Binary | 10100000 | 1 | 11001101 | 10110 | 1100100 | 0 | 10100 | 100011111 | 1100011 | 101000 |
Color Harmonies of #A001CD
Complementary color
Monochromatic Colors of #A001CD
Black with #A001CD
Text Example
Text Example
White with #A001CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001CD; }
p { color: rgb(160,1,205); }
H1.HeaderClassName
{
color: #A001CD;
}
.AnyTagClassName
{
color: #A001CD;
}
</style>
background-color css
<style>
a { background-color: #A001CD; }
a { background-color: rgb(160,1,205); }
div.DivClassName
{
background-color: #A001CD;
}
.BgClassName
{
background-color: #A001CD;
}
</style>
border-color css
<style>
span { border-color: #A001CD; }
span { border-color: rgb(160,1,205); }
td.TdClassName
{
border-color: #A001CD;
}
.TagClassName
{
border-color: #A001CD;
}
</style>