Shades of Dark Violet #A408B5
Tints of Dark Violet #A408B5
RGB
CMYK
RGB Variations
Color information
#A408B5 (or 0xA408B5) is known color: Dark Violet. HEX triplet: A4, 08 and B5. RGB value is (164,8,181). Sum of RGB (Red+Green+Blue) = 164+8+181=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #A408B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A408B5 is #5BF74A. Grayscale: #494949. Windows color (decimal): -6027083 or 11864228. OLE color: 11864228.
HSL color Cylindrical-coordinate representation of color #A408B5: hue angle of 294.1º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A408B5 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 8 | 181 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.29 |
| HSL | 294.1º | 0.92% | 0.37% | - |
| HSV(B) | 294.1º | 0.96% | 0.71% | - |
| XYZ | 23.74 | 11.4 | 44.67 | - |
| YUV | 74.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 8 | 181 | 0.09 | 0.96 | 0 | 0.29 | 294.1 | 0.92 | 0.37 |
| Hex | A4 | 8 | B5 | 9 | 60 | 0 | 1D | 126 | 5C | 25 |
| Octal | 244 | 10 | 265 | 11 | 140 | 0 | 35 | 446 | 134 | 45 |
| Binary | 10100100 | 1000 | 10110101 | 1001 | 1100000 | 0 | 11101 | 100100110 | 1011100 | 100101 |
Color Harmonies of #A408B5
Complementary color
Monochromatic Colors of #A408B5
Black with #A408B5
Text Example
Text Example
White with #A408B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A408B5; }
p { color: rgb(164,8,181); }
H1.HeaderClassName
{
color: #A408B5;
}
.AnyTagClassName
{
color: #A408B5;
}
</style>
background-color css
<style>
a { background-color: #A408B5; }
a { background-color: rgb(164,8,181); }
div.DivClassName
{
background-color: #A408B5;
}
.BgClassName
{
background-color: #A408B5;
}
</style>
border-color css
<style>
span { border-color: #A408B5; }
span { border-color: rgb(164,8,181); }
td.TdClassName
{
border-color: #A408B5;
}
.TagClassName
{
border-color: #A408B5;
}
</style>