Shades of Dark Violet #A408C7
Tints of Dark Violet #A408C7
RGB
CMYK
RGB Variations
Color information
#A408C7 (or 0xA408C7) is known color: Dark Violet. HEX triplet: A4, 08 and C7. RGB value is (164,8,199). Sum of RGB (Red+Green+Blue) = 164+8+199=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #A408C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408C7 is #5BF738. Grayscale: #4B4B4B. Windows color (decimal): -6027065 or 13043876. OLE color: 13043876.
HSL color Cylindrical-coordinate representation of color #A408C7: hue angle of 289.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408C7 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 8 | 199 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.22 |
| HSL | 289.01º | 0.92% | 0.41% | - |
| HSV(B) | 289.01º | 0.96% | 0.78% | - |
| XYZ | 25.71 | 12.19 | 55.03 | - |
| YUV | 76.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 199 | 0.18 | 0.96 | 0 | 0.22 | 289.01 | 0.92 | 0.41 |
| Hex | A4 | 8 | C7 | 12 | 60 | 0 | 16 | 121 | 5C | 29 |
| Octal | 244 | 10 | 307 | 22 | 140 | 0 | 26 | 441 | 134 | 51 |
| Binary | 10100100 | 1000 | 11000111 | 10010 | 1100000 | 0 | 10110 | 100100001 | 1011100 | 101001 |
Color Harmonies of #A408C7
Complementary color
Monochromatic Colors of #A408C7
Black with #A408C7
Text Example
Text Example
White with #A408C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408C7; }
p { color: rgb(164,8,199); }
H1.HeaderClassName
{
color: #A408C7;
}
.AnyTagClassName
{
color: #A408C7;
}
</style>
background-color css
<style>
a { background-color: #A408C7; }
a { background-color: rgb(164,8,199); }
div.DivClassName
{
background-color: #A408C7;
}
.BgClassName
{
background-color: #A408C7;
}
</style>
border-color css
<style>
span { border-color: #A408C7; }
span { border-color: rgb(164,8,199); }
td.TdClassName
{
border-color: #A408C7;
}
.TagClassName
{
border-color: #A408C7;
}
</style>