Shades of Dark Violet #A900E7
Tints of Dark Violet #A900E7
RGB
CMYK
RGB Variations
Color information
#A900E7 (or 0xA900E7) is known color: Dark Violet. HEX triplet: A9, 00 and E7. RGB value is (169,0,231). Sum of RGB (Red+Green+Blue) = 169+0+231=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 231 (90.62% from 255 or 57.75% from 400); Max value from RGB is 231 - color contains mainly: blue. Hex color #A900E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900E7 is #56FF18. Grayscale: #4C4C4C. Windows color (decimal): -5701401 or 15138985. OLE color: 15138985.
HSL color Cylindrical-coordinate representation of color #A900E7: hue angle of 283.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900E7 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 0 | 231 | - |
| CMYK | 0.27 | 1 | 0 | 0.09 |
| HSL | 283.9º | 1% | 0.45% | - |
| HSV(B) | 283.9º | 1% | 0.91% | - |
| XYZ | 30.79 | 14.2 | 76.72 | - |
| YUV | 76.87 | 214.99 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 231 | 0.27 | 1 | 0 | 0.09 | 283.9 | 1 | 0.45 |
| Hex | A9 | 0 | E7 | 1B | 64 | 0 | 9 | 11C | 64 | 2D |
| Octal | 251 | 0 | 347 | 33 | 144 | 0 | 11 | 434 | 144 | 55 |
| Binary | 10101001 | 0 | 11100111 | 11011 | 1100100 | 0 | 1001 | 100011100 | 1100100 | 101101 |
Color Harmonies of #A900E7
Complementary color
Monochromatic Colors of #A900E7
Black with #A900E7
Text Example
Text Example
White with #A900E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900E7; }
p { color: rgb(169,0,231); }
H1.HeaderClassName
{
color: #A900E7;
}
.AnyTagClassName
{
color: #A900E7;
}
</style>
background-color css
<style>
a { background-color: #A900E7; }
a { background-color: rgb(169,0,231); }
div.DivClassName
{
background-color: #A900E7;
}
.BgClassName
{
background-color: #A900E7;
}
</style>
border-color css
<style>
span { border-color: #A900E7; }
span { border-color: rgb(169,0,231); }
td.TdClassName
{
border-color: #A900E7;
}
.TagClassName
{
border-color: #A900E7;
}
</style>