Shades of Dark Violet #A908CF
Tints of Dark Violet #A908CF
RGB
CMYK
RGB Variations
Color information
#A908CF (or 0xA908CF) is known color: Dark Violet. HEX triplet: A9, 08 and CF. RGB value is (169,8,207). Sum of RGB (Red+Green+Blue) = 169+8+207=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #A908CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908CF is #56F730. Grayscale: #4E4E4E. Windows color (decimal): -5699377 or 13568169. OLE color: 13568169.
HSL color Cylindrical-coordinate representation of color #A908CF: hue angle of 288.54º 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 #A908CF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 8 | 207 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.19 |
| HSL | 288.54º | 0.93% | 0.42% | - |
| HSV(B) | 288.54º | 0.96% | 0.81% | - |
| XYZ | 27.71 | 13.11 | 60.1 | - |
| YUV | 78.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 207 | 0.18 | 0.96 | 0 | 0.19 | 288.54 | 0.93 | 0.42 |
| Hex | A9 | 8 | CF | 12 | 60 | 0 | 13 | 121 | 5D | 2A |
| Octal | 251 | 10 | 317 | 22 | 140 | 0 | 23 | 441 | 135 | 52 |
| Binary | 10101001 | 1000 | 11001111 | 10010 | 1100000 | 0 | 10011 | 100100001 | 1011101 | 101010 |
Color Harmonies of #A908CF
Complementary color
Monochromatic Colors of #A908CF
Black with #A908CF
Text Example
Text Example
White with #A908CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908CF; }
p { color: rgb(169,8,207); }
H1.HeaderClassName
{
color: #A908CF;
}
.AnyTagClassName
{
color: #A908CF;
}
</style>
background-color css
<style>
a { background-color: #A908CF; }
a { background-color: rgb(169,8,207); }
div.DivClassName
{
background-color: #A908CF;
}
.BgClassName
{
background-color: #A908CF;
}
</style>
border-color css
<style>
span { border-color: #A908CF; }
span { border-color: rgb(169,8,207); }
td.TdClassName
{
border-color: #A908CF;
}
.TagClassName
{
border-color: #A908CF;
}
</style>