Shades of Dark Violet #A400DD
Tints of Dark Violet #A400DD
RGB
CMYK
RGB Variations
Color information
#A400DD (or 0xA400DD) is known color: Dark Violet. HEX triplet: A4, 00 and DD. RGB value is (164,0,221). Sum of RGB (Red+Green+Blue) = 164+0+221=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #A400DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400DD is #5BFF22. Grayscale: #494949. Windows color (decimal): -6029091 or 14483620. OLE color: 14483620.
HSL color Cylindrical-coordinate representation of color #A400DD: hue angle of 284.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400DD is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 0 | 221 | - |
| CMYK | 0.26 | 1 | 0 | 0.13 |
| HSL | 284.52º | 1% | 0.43% | - |
| HSV(B) | 284.52º | 1% | 0.87% | - |
| XYZ | 28.36 | 13.11 | 69.44 | - |
| YUV | 74.23 | 210.83 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 221 | 0.26 | 1 | 0 | 0.13 | 284.52 | 1 | 0.43 |
| Hex | A4 | 0 | DD | 1A | 64 | 0 | D | 11D | 64 | 2B |
| Octal | 244 | 0 | 335 | 32 | 144 | 0 | 15 | 435 | 144 | 53 |
| Binary | 10100100 | 0 | 11011101 | 11010 | 1100100 | 0 | 1101 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A400DD
Complementary color
Monochromatic Colors of #A400DD
Black with #A400DD
Text Example
Text Example
White with #A400DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A400DD; }
p { color: rgb(164,0,221); }
H1.HeaderClassName
{
color: #A400DD;
}
.AnyTagClassName
{
color: #A400DD;
}
</style>
background-color css
<style>
a { background-color: #A400DD; }
a { background-color: rgb(164,0,221); }
div.DivClassName
{
background-color: #A400DD;
}
.BgClassName
{
background-color: #A400DD;
}
</style>
border-color css
<style>
span { border-color: #A400DD; }
span { border-color: rgb(164,0,221); }
td.TdClassName
{
border-color: #A400DD;
}
.TagClassName
{
border-color: #A400DD;
}
</style>