Shades of Dark Violet #A408C5
Tints of Dark Violet #A408C5
RGB
CMYK
RGB Variations
Color information
#A408C5 (or 0xA408C5) is known color: Dark Violet. HEX triplet: A4, 08 and C5. RGB value is (164,8,197). Sum of RGB (Red+Green+Blue) = 164+8+197=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #A408C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408C5 is #5BF73A. Grayscale: #4B4B4B. Windows color (decimal): -6027067 or 12912804. OLE color: 12912804.
HSL color Cylindrical-coordinate representation of color #A408C5: hue angle of 289.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408C5 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 8 | 197 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.23 |
| HSL | 289.52º | 0.92% | 0.4% | - |
| HSV(B) | 289.52º | 0.96% | 0.77% | - |
| XYZ | 25.47 | 12.1 | 53.82 | - |
| YUV | 76.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 197 | 0.17 | 0.96 | 0 | 0.23 | 289.52 | 0.92 | 0.4 |
| Hex | A4 | 8 | C5 | 11 | 60 | 0 | 17 | 122 | 5C | 28 |
| Octal | 244 | 10 | 305 | 21 | 140 | 0 | 27 | 442 | 134 | 50 |
| Binary | 10100100 | 1000 | 11000101 | 10001 | 1100000 | 0 | 10111 | 100100010 | 1011100 | 101000 |
Color Harmonies of #A408C5
Complementary color
Monochromatic Colors of #A408C5
Black with #A408C5
Text Example
Text Example
White with #A408C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408C5; }
p { color: rgb(164,8,197); }
H1.HeaderClassName
{
color: #A408C5;
}
.AnyTagClassName
{
color: #A408C5;
}
</style>
background-color css
<style>
a { background-color: #A408C5; }
a { background-color: rgb(164,8,197); }
div.DivClassName
{
background-color: #A408C5;
}
.BgClassName
{
background-color: #A408C5;
}
</style>
border-color css
<style>
span { border-color: #A408C5; }
span { border-color: rgb(164,8,197); }
td.TdClassName
{
border-color: #A408C5;
}
.TagClassName
{
border-color: #A408C5;
}
</style>