Shades of Dark Violet #A909E5
Tints of Dark Violet #A909E5
RGB
CMYK
RGB Variations
Color information
#A909E5 (or 0xA909E5) is known color: Dark Violet. HEX triplet: A9, 09 and E5. RGB value is (169,9,229). Sum of RGB (Red+Green+Blue) = 169+9+229=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #A909E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A909E5 is #56F61A. Grayscale: #515151. Windows color (decimal): -5699099 or 15010217. OLE color: 15010217.
HSL color Cylindrical-coordinate representation of color #A909E5: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A909E5 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 9 | 229 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.10 |
| HSL | 283.64º | 0.92% | 0.47% | - |
| HSV(B) | 283.64º | 0.96% | 0.9% | - |
| XYZ | 30.6 | 14.29 | 75.27 | - |
| YUV | 81.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 229 | 0.26 | 0.96 | 0 | 0.10 | 283.64 | 0.92 | 0.47 |
| Hex | A9 | 9 | E5 | 1A | 60 | 0 | A | 11C | 5C | 2F |
| Octal | 251 | 11 | 345 | 32 | 140 | 0 | 12 | 434 | 134 | 57 |
| Binary | 10101001 | 1001 | 11100101 | 11010 | 1100000 | 0 | 1010 | 100011100 | 1011100 | 101111 |
Color Harmonies of #A909E5
Complementary color
Monochromatic Colors of #A909E5
Black with #A909E5
Text Example
Text Example
White with #A909E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A909E5; }
p { color: rgb(169,9,229); }
H1.HeaderClassName
{
color: #A909E5;
}
.AnyTagClassName
{
color: #A909E5;
}
</style>
background-color css
<style>
a { background-color: #A909E5; }
a { background-color: rgb(169,9,229); }
div.DivClassName
{
background-color: #A909E5;
}
.BgClassName
{
background-color: #A909E5;
}
</style>
border-color css
<style>
span { border-color: #A909E5; }
span { border-color: rgb(169,9,229); }
td.TdClassName
{
border-color: #A909E5;
}
.TagClassName
{
border-color: #A909E5;
}
</style>