Shades of Dark Violet #A408C9
Tints of Dark Violet #A408C9
RGB
CMYK
RGB Variations
Color information
#A408C9 (or 0xA408C9) is known color: Dark Violet. HEX triplet: A4, 08 and C9. RGB value is (164,8,201). Sum of RGB (Red+Green+Blue) = 164+8+201=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #A408C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408C9 is #5BF736. Grayscale: #4C4C4C. Windows color (decimal): -6027063 or 13174948. OLE color: 13174948.
HSL color Cylindrical-coordinate representation of color #A408C9: hue angle of 288.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408C9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 8 | 201 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.21 |
| HSL | 288.5º | 0.92% | 0.41% | - |
| HSV(B) | 288.5º | 0.96% | 0.79% | - |
| XYZ | 25.94 | 12.28 | 56.26 | - |
| YUV | 76.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 201 | 0.18 | 0.96 | 0 | 0.21 | 288.5 | 0.92 | 0.41 |
| Hex | A4 | 8 | C9 | 12 | 60 | 0 | 15 | 120 | 5C | 29 |
| Octal | 244 | 10 | 311 | 22 | 140 | 0 | 25 | 440 | 134 | 51 |
| Binary | 10100100 | 1000 | 11001001 | 10010 | 1100000 | 0 | 10101 | 100100000 | 1011100 | 101001 |
Color Harmonies of #A408C9
Complementary color
Monochromatic Colors of #A408C9
Black with #A408C9
Text Example
Text Example
White with #A408C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408C9; }
p { color: rgb(164,8,201); }
H1.HeaderClassName
{
color: #A408C9;
}
.AnyTagClassName
{
color: #A408C9;
}
</style>
background-color css
<style>
a { background-color: #A408C9; }
a { background-color: rgb(164,8,201); }
div.DivClassName
{
background-color: #A408C9;
}
.BgClassName
{
background-color: #A408C9;
}
</style>
border-color css
<style>
span { border-color: #A408C9; }
span { border-color: rgb(164,8,201); }
td.TdClassName
{
border-color: #A408C9;
}
.TagClassName
{
border-color: #A408C9;
}
</style>