Shades of Dark Violet #A907E5
Tints of Dark Violet #A907E5
RGB
CMYK
RGB Variations
Color information
#A907E5 (or 0xA907E5) is known color: Dark Violet. HEX triplet: A9, 07 and E5. RGB value is (169,7,229). Sum of RGB (Red+Green+Blue) = 169+7+229=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #A907E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907E5 is #56F81A. Grayscale: #505050. Windows color (decimal): -5699611 or 15009705. OLE color: 15009705.
HSL color Cylindrical-coordinate representation of color #A907E5: hue angle of 283.78º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A907E5 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 7 | 229 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.10 |
| HSL | 283.78º | 0.94% | 0.46% | - |
| HSV(B) | 283.78º | 0.97% | 0.9% | - |
| XYZ | 30.58 | 14.24 | 75.27 | - |
| YUV | 80.75 | 211.67 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 229 | 0.26 | 0.97 | 0 | 0.10 | 283.78 | 0.94 | 0.46 |
| Hex | A9 | 7 | E5 | 1A | 61 | 0 | A | 11C | 5E | 2E |
| Octal | 251 | 7 | 345 | 32 | 141 | 0 | 12 | 434 | 136 | 56 |
| Binary | 10101001 | 111 | 11100101 | 11010 | 1100001 | 0 | 1010 | 100011100 | 1011110 | 101110 |
Color Harmonies of #A907E5
Complementary color
Monochromatic Colors of #A907E5
Black with #A907E5
Text Example
Text Example
White with #A907E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A907E5; }
p { color: rgb(169,7,229); }
H1.HeaderClassName
{
color: #A907E5;
}
.AnyTagClassName
{
color: #A907E5;
}
</style>
background-color css
<style>
a { background-color: #A907E5; }
a { background-color: rgb(169,7,229); }
div.DivClassName
{
background-color: #A907E5;
}
.BgClassName
{
background-color: #A907E5;
}
</style>
border-color css
<style>
span { border-color: #A907E5; }
span { border-color: rgb(169,7,229); }
td.TdClassName
{
border-color: #A907E5;
}
.TagClassName
{
border-color: #A907E5;
}
</style>