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