Shades of Dark Violet #A409DD
Tints of Dark Violet #A409DD
RGB
CMYK
RGB Variations
Color information
#A409DD (or 0xA409DD) is known color: Dark Violet. HEX triplet: A4, 09 and DD. RGB value is (164,9,221). Sum of RGB (Red+Green+Blue) = 164+9+221=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A409DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409DD is #5BF622. Grayscale: #4E4E4E. Windows color (decimal): -6026787 or 14485924. OLE color: 14485924.
HSL color Cylindrical-coordinate representation of color #A409DD: hue angle of 283.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409DD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 9 | 221 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.13 |
| HSL | 283.87º | 0.92% | 0.45% | - |
| HSV(B) | 283.87º | 0.96% | 0.87% | - |
| XYZ | 28.46 | 13.31 | 69.48 | - |
| YUV | 79.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 221 | 0.26 | 0.96 | 0 | 0.13 | 283.87 | 0.92 | 0.45 |
| Hex | A4 | 9 | DD | 1A | 60 | 0 | D | 11C | 5C | 2D |
| Octal | 244 | 11 | 335 | 32 | 140 | 0 | 15 | 434 | 134 | 55 |
| Binary | 10100100 | 1001 | 11011101 | 11010 | 1100000 | 0 | 1101 | 100011100 | 1011100 | 101101 |
Color Harmonies of #A409DD
Complementary color
Monochromatic Colors of #A409DD
Black with #A409DD
Text Example
Text Example
White with #A409DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409DD; }
p { color: rgb(164,9,221); }
H1.HeaderClassName
{
color: #A409DD;
}
.AnyTagClassName
{
color: #A409DD;
}
</style>
background-color css
<style>
a { background-color: #A409DD; }
a { background-color: rgb(164,9,221); }
div.DivClassName
{
background-color: #A409DD;
}
.BgClassName
{
background-color: #A409DD;
}
</style>
border-color css
<style>
span { border-color: #A409DD; }
span { border-color: rgb(164,9,221); }
td.TdClassName
{
border-color: #A409DD;
}
.TagClassName
{
border-color: #A409DD;
}
</style>