Shades of Dark Violet #A400CD
Tints of Dark Violet #A400CD
RGB
CMYK
RGB Variations
Color information
#A400CD (or 0xA400CD) is known color: Dark Violet. HEX triplet: A4, 00 and CD. RGB value is (164,0,205). Sum of RGB (Red+Green+Blue) = 164+0+205=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #A400CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400CD is #5BFF32. Grayscale: #474747. Windows color (decimal): -6029107 or 13435044. OLE color: 13435044.
HSL color Cylindrical-coordinate representation of color #A400CD: hue angle of 288º 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 #A400CD is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 0 | 205 | - |
| CMYK | 0.2 | 1 | 0 | 0.20 |
| HSL | 288º | 1% | 0.4% | - |
| HSV(B) | 288º | 1% | 0.8% | - |
| XYZ | 26.33 | 12.3 | 58.74 | - |
| YUV | 72.41 | 202.83 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 205 | 0.2 | 1 | 0 | 0.20 | 288 | 1 | 0.4 |
| Hex | A4 | 0 | CD | 14 | 64 | 0 | 14 | 120 | 64 | 28 |
| Octal | 244 | 0 | 315 | 24 | 144 | 0 | 24 | 440 | 144 | 50 |
| Binary | 10100100 | 0 | 11001101 | 10100 | 1100100 | 0 | 10100 | 100100000 | 1100100 | 101000 |
Color Harmonies of #A400CD
Complementary color
Monochromatic Colors of #A400CD
Black with #A400CD
Text Example
Text Example
White with #A400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400CD; }
p { color: rgb(164,0,205); }
H1.HeaderClassName
{
color: #A400CD;
}
.AnyTagClassName
{
color: #A400CD;
}
</style>
background-color css
<style>
a { background-color: #A400CD; }
a { background-color: rgb(164,0,205); }
div.DivClassName
{
background-color: #A400CD;
}
.BgClassName
{
background-color: #A400CD;
}
</style>
border-color css
<style>
span { border-color: #A400CD; }
span { border-color: rgb(164,0,205); }
td.TdClassName
{
border-color: #A400CD;
}
.TagClassName
{
border-color: #A400CD;
}
</style>