Shades of Dark Violet #A908E1
Tints of Dark Violet #A908E1
RGB
CMYK
RGB Variations
Color information
#A908E1 (or 0xA908E1) is known color: Dark Violet. HEX triplet: A9, 08 and E1. RGB value is (169,8,225). Sum of RGB (Red+Green+Blue) = 169+8+225=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #A908E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908E1 is #56F71E. Grayscale: #505050. Windows color (decimal): -5699359 or 14747817. OLE color: 14747817.
HSL color Cylindrical-coordinate representation of color #A908E1: hue angle of 284.52º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908E1 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 8 | 225 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.12 |
| HSL | 284.52º | 0.93% | 0.46% | - |
| HSV(B) | 284.52º | 0.96% | 0.88% | - |
| XYZ | 30.04 | 14.04 | 72.36 | - |
| YUV | 80.88 | 209.34 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 225 | 0.25 | 0.96 | 0 | 0.12 | 284.52 | 0.93 | 0.46 |
| Hex | A9 | 8 | E1 | 19 | 60 | 0 | C | 11D | 5D | 2E |
| Octal | 251 | 10 | 341 | 31 | 140 | 0 | 14 | 435 | 135 | 56 |
| Binary | 10101001 | 1000 | 11100001 | 11001 | 1100000 | 0 | 1100 | 100011101 | 1011101 | 101110 |
Color Harmonies of #A908E1
Complementary color
Monochromatic Colors of #A908E1
Black with #A908E1
Text Example
Text Example
White with #A908E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A908E1; }
p { color: rgb(169,8,225); }
H1.HeaderClassName
{
color: #A908E1;
}
.AnyTagClassName
{
color: #A908E1;
}
</style>
background-color css
<style>
a { background-color: #A908E1; }
a { background-color: rgb(169,8,225); }
div.DivClassName
{
background-color: #A908E1;
}
.BgClassName
{
background-color: #A908E1;
}
</style>
border-color css
<style>
span { border-color: #A908E1; }
span { border-color: rgb(169,8,225); }
td.TdClassName
{
border-color: #A908E1;
}
.TagClassName
{
border-color: #A908E1;
}
</style>