Shades of Dark Violet #A908CE
Tints of Dark Violet #A908CE
RGB
CMYK
RGB Variations
Color information
#A908CE (or 0xA908CE) is known color: Dark Violet. HEX triplet: A9, 08 and CE. RGB value is (169,8,206). Sum of RGB (Red+Green+Blue) = 169+8+206=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A908CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908CE is #56F731. Grayscale: #4E4E4E. Windows color (decimal): -5699378 or 13502633. OLE color: 13502633.
HSL color Cylindrical-coordinate representation of color #A908CE: hue angle of 288.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908CE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 8 | 206 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.19 |
| HSL | 288.79º | 0.93% | 0.42% | - |
| HSV(B) | 288.79º | 0.96% | 0.81% | - |
| XYZ | 27.59 | 13.06 | 59.46 | - |
| YUV | 78.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 206 | 0.18 | 0.96 | 0 | 0.19 | 288.79 | 0.93 | 0.42 |
| Hex | A9 | 8 | CE | 12 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 251 | 10 | 316 | 22 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101001 | 1000 | 11001110 | 10010 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #A908CE
Complementary color
Monochromatic Colors of #A908CE
Black with #A908CE
Text Example
Text Example
White with #A908CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908CE; }
p { color: rgb(169,8,206); }
H1.HeaderClassName
{
color: #A908CE;
}
.AnyTagClassName
{
color: #A908CE;
}
</style>
background-color css
<style>
a { background-color: #A908CE; }
a { background-color: rgb(169,8,206); }
div.DivClassName
{
background-color: #A908CE;
}
.BgClassName
{
background-color: #A908CE;
}
</style>
border-color css
<style>
span { border-color: #A908CE; }
span { border-color: rgb(169,8,206); }
td.TdClassName
{
border-color: #A908CE;
}
.TagClassName
{
border-color: #A908CE;
}
</style>