Shades of Dark Violet #A409C8
Tints of Dark Violet #A409C8
RGB
CMYK
RGB Variations
Color information
#A409C8 (or 0xA409C8) is known color: Dark Violet. HEX triplet: A4, 09 and C8. RGB value is (164,9,200). Sum of RGB (Red+Green+Blue) = 164+9+200=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #A409C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409C8 is #5BF637. Grayscale: #4C4C4C. Windows color (decimal): -6026808 or 13109668. OLE color: 13109668.
HSL color Cylindrical-coordinate representation of color #A409C8: hue angle of 288.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409C8 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 9 | 200 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.22 |
| HSL | 288.69º | 0.91% | 0.41% | - |
| HSV(B) | 288.69º | 0.96% | 0.78% | - |
| XYZ | 25.83 | 12.26 | 55.65 | - |
| YUV | 77.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 200 | 0.18 | 0.96 | 0 | 0.22 | 288.69 | 0.91 | 0.41 |
| Hex | A4 | 9 | C8 | 12 | 60 | 0 | 16 | 121 | 5B | 29 |
| Octal | 244 | 11 | 310 | 22 | 140 | 0 | 26 | 441 | 133 | 51 |
| Binary | 10100100 | 1001 | 11001000 | 10010 | 1100000 | 0 | 10110 | 100100001 | 1011011 | 101001 |
Color Harmonies of #A409C8
Complementary color
Monochromatic Colors of #A409C8
Black with #A409C8
Text Example
Text Example
White with #A409C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409C8; }
p { color: rgb(164,9,200); }
H1.HeaderClassName
{
color: #A409C8;
}
.AnyTagClassName
{
color: #A409C8;
}
</style>
background-color css
<style>
a { background-color: #A409C8; }
a { background-color: rgb(164,9,200); }
div.DivClassName
{
background-color: #A409C8;
}
.BgClassName
{
background-color: #A409C8;
}
</style>
border-color css
<style>
span { border-color: #A409C8; }
span { border-color: rgb(164,9,200); }
td.TdClassName
{
border-color: #A409C8;
}
.TagClassName
{
border-color: #A409C8;
}
</style>