Shades of Dark Violet #A608D7
Tints of Dark Violet #A608D7
RGB
CMYK
RGB Variations
Color information
#A608D7 (or 0xA608D7) is known color: Dark Violet. HEX triplet: A6, 08 and D7. RGB value is (166,8,215). Sum of RGB (Red+Green+Blue) = 166+8+215=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #A608D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608D7 is #59F728. Grayscale: #4E4E4E. Windows color (decimal): -5895977 or 14092454. OLE color: 14092454.
HSL color Cylindrical-coordinate representation of color #A608D7: hue angle of 285.8º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608D7 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 8 | 215 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.16 |
| HSL | 285.8º | 0.93% | 0.44% | - |
| HSV(B) | 285.8º | 0.96% | 0.84% | - |
| XYZ | 28.08 | 13.19 | 65.36 | - |
| YUV | 78.84 | 204.85 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 215 | 0.23 | 0.96 | 0 | 0.16 | 285.8 | 0.93 | 0.44 |
| Hex | A6 | 8 | D7 | 17 | 60 | 0 | 10 | 11E | 5D | 2C |
| Octal | 246 | 10 | 327 | 27 | 140 | 0 | 20 | 436 | 135 | 54 |
| Binary | 10100110 | 1000 | 11010111 | 10111 | 1100000 | 0 | 10000 | 100011110 | 1011101 | 101100 |
Color Harmonies of #A608D7
Complementary color
Monochromatic Colors of #A608D7
Black with #A608D7
Text Example
Text Example
White with #A608D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608D7; }
p { color: rgb(166,8,215); }
H1.HeaderClassName
{
color: #A608D7;
}
.AnyTagClassName
{
color: #A608D7;
}
</style>
background-color css
<style>
a { background-color: #A608D7; }
a { background-color: rgb(166,8,215); }
div.DivClassName
{
background-color: #A608D7;
}
.BgClassName
{
background-color: #A608D7;
}
</style>
border-color css
<style>
span { border-color: #A608D7; }
span { border-color: rgb(166,8,215); }
td.TdClassName
{
border-color: #A608D7;
}
.TagClassName
{
border-color: #A608D7;
}
</style>