Shades of Dark Violet #A608DA
Tints of Dark Violet #A608DA
RGB
CMYK
RGB Variations
Color information
#A608DA (or 0xA608DA) is known color: Dark Violet. HEX triplet: A6, 08 and DA. RGB value is (166,8,218). Sum of RGB (Red+Green+Blue) = 166+8+218=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #A608DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608DA is #59F725. Grayscale: #4E4E4E. Windows color (decimal): -5895974 or 14289062. OLE color: 14289062.
HSL color Cylindrical-coordinate representation of color #A608DA: hue angle of 285.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608DA is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 8 | 218 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.15 |
| HSL | 285.14º | 0.93% | 0.44% | - |
| HSV(B) | 285.14º | 0.96% | 0.85% | - |
| XYZ | 28.47 | 13.34 | 67.4 | - |
| YUV | 79.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 218 | 0.24 | 0.96 | 0 | 0.15 | 285.14 | 0.93 | 0.44 |
| Hex | A6 | 8 | DA | 18 | 60 | 0 | F | 11D | 5D | 2C |
| Octal | 246 | 10 | 332 | 30 | 140 | 0 | 17 | 435 | 135 | 54 |
| Binary | 10100110 | 1000 | 11011010 | 11000 | 1100000 | 0 | 1111 | 100011101 | 1011101 | 101100 |
Color Harmonies of #A608DA
Complementary color
Monochromatic Colors of #A608DA
Black with #A608DA
Text Example
Text Example
White with #A608DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608DA; }
p { color: rgb(166,8,218); }
H1.HeaderClassName
{
color: #A608DA;
}
.AnyTagClassName
{
color: #A608DA;
}
</style>
background-color css
<style>
a { background-color: #A608DA; }
a { background-color: rgb(166,8,218); }
div.DivClassName
{
background-color: #A608DA;
}
.BgClassName
{
background-color: #A608DA;
}
</style>
border-color css
<style>
span { border-color: #A608DA; }
span { border-color: rgb(166,8,218); }
td.TdClassName
{
border-color: #A608DA;
}
.TagClassName
{
border-color: #A608DA;
}
</style>