Shades of Dark Violet #A609C8
Tints of Dark Violet #A609C8
RGB
CMYK
RGB Variations
Color information
#A609C8 (or 0xA609C8) is known color: Dark Violet. HEX triplet: A6, 09 and C8. RGB value is (166,9,200). Sum of RGB (Red+Green+Blue) = 166+9+200=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #A609C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609C8 is #59F637. Grayscale: #4D4D4D. Windows color (decimal): -5895736 or 13109670. OLE color: 13109670.
HSL color Cylindrical-coordinate representation of color #A609C8: hue angle of 289.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609C8 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 9 | 200 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.22 |
| HSL | 289.32º | 0.91% | 0.41% | - |
| HSV(B) | 289.32º | 0.96% | 0.78% | - |
| XYZ | 26.25 | 12.47 | 55.67 | - |
| YUV | 77.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 200 | 0.17 | 0.96 | 0 | 0.22 | 289.32 | 0.91 | 0.41 |
| Hex | A6 | 9 | C8 | 11 | 60 | 0 | 16 | 121 | 5B | 29 |
| Octal | 246 | 11 | 310 | 21 | 140 | 0 | 26 | 441 | 133 | 51 |
| Binary | 10100110 | 1001 | 11001000 | 10001 | 1100000 | 0 | 10110 | 100100001 | 1011011 | 101001 |
Color Harmonies of #A609C8
Complementary color
Monochromatic Colors of #A609C8
Black with #A609C8
Text Example
Text Example
White with #A609C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609C8; }
p { color: rgb(166,9,200); }
H1.HeaderClassName
{
color: #A609C8;
}
.AnyTagClassName
{
color: #A609C8;
}
</style>
background-color css
<style>
a { background-color: #A609C8; }
a { background-color: rgb(166,9,200); }
div.DivClassName
{
background-color: #A609C8;
}
.BgClassName
{
background-color: #A609C8;
}
</style>
border-color css
<style>
span { border-color: #A609C8; }
span { border-color: rgb(166,9,200); }
td.TdClassName
{
border-color: #A609C8;
}
.TagClassName
{
border-color: #A609C8;
}
</style>