Shades of Dark Violet #A608C7
Tints of Dark Violet #A608C7
RGB
CMYK
RGB Variations
Color information
#A608C7 (or 0xA608C7) is known color: Dark Violet. HEX triplet: A6, 08 and C7. RGB value is (166,8,199). Sum of RGB (Red+Green+Blue) = 166+8+199=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #A608C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608C7 is #59F738. Grayscale: #4C4C4C. Windows color (decimal): -5895993 or 13043878. OLE color: 13043878.
HSL color Cylindrical-coordinate representation of color #A608C7: hue angle of 289.63º 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 #A608C7 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 8 | 199 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.22 |
| HSL | 289.63º | 0.92% | 0.41% | - |
| HSV(B) | 289.63º | 0.96% | 0.78% | - |
| XYZ | 26.12 | 12.4 | 55.05 | - |
| YUV | 77.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 199 | 0.17 | 0.96 | 0 | 0.22 | 289.63 | 0.92 | 0.41 |
| Hex | A6 | 8 | C7 | 11 | 60 | 0 | 16 | 122 | 5C | 29 |
| Octal | 246 | 10 | 307 | 21 | 140 | 0 | 26 | 442 | 134 | 51 |
| Binary | 10100110 | 1000 | 11000111 | 10001 | 1100000 | 0 | 10110 | 100100010 | 1011100 | 101001 |
Color Harmonies of #A608C7
Complementary color
Monochromatic Colors of #A608C7
Black with #A608C7
Text Example
Text Example
White with #A608C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608C7; }
p { color: rgb(166,8,199); }
H1.HeaderClassName
{
color: #A608C7;
}
.AnyTagClassName
{
color: #A608C7;
}
</style>
background-color css
<style>
a { background-color: #A608C7; }
a { background-color: rgb(166,8,199); }
div.DivClassName
{
background-color: #A608C7;
}
.BgClassName
{
background-color: #A608C7;
}
</style>
border-color css
<style>
span { border-color: #A608C7; }
span { border-color: rgb(166,8,199); }
td.TdClassName
{
border-color: #A608C7;
}
.TagClassName
{
border-color: #A608C7;
}
</style>