Shades of Dark Violet #A90CE4
Tints of Dark Violet #A90CE4
RGB
CMYK
RGB Variations
Color information
#A90CE4 (or 0xA90CE4) is known color: Dark Violet. HEX triplet: A9, 0C and E4. RGB value is (169,12,228). Sum of RGB (Red+Green+Blue) = 169+12+228=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #A90CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CE4 is #56F31B. Grayscale: #525252. Windows color (decimal): -5698332 or 14945449. OLE color: 14945449.
HSL color Cylindrical-coordinate representation of color #A90CE4: hue angle of 283.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CE4 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 12 | 228 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.11 |
| HSL | 283.61º | 0.9% | 0.47% | - |
| HSV(B) | 283.61º | 0.95% | 0.89% | - |
| XYZ | 30.5 | 14.3 | 74.55 | - |
| YUV | 83.57 | 209.51 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 228 | 0.26 | 0.95 | 0 | 0.11 | 283.61 | 0.9 | 0.47 |
| Hex | A9 | C | E4 | 1A | 5F | 0 | B | 11C | 5A | 2F |
| Octal | 251 | 14 | 344 | 32 | 137 | 0 | 13 | 434 | 132 | 57 |
| Binary | 10101001 | 1100 | 11100100 | 11010 | 1011111 | 0 | 1011 | 100011100 | 1011010 | 101111 |
Color Harmonies of #A90CE4
Complementary color
Monochromatic Colors of #A90CE4
Black with #A90CE4
Text Example
Text Example
White with #A90CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CE4; }
p { color: rgb(169,12,228); }
H1.HeaderClassName
{
color: #A90CE4;
}
.AnyTagClassName
{
color: #A90CE4;
}
</style>
background-color css
<style>
a { background-color: #A90CE4; }
a { background-color: rgb(169,12,228); }
div.DivClassName
{
background-color: #A90CE4;
}
.BgClassName
{
background-color: #A90CE4;
}
</style>
border-color css
<style>
span { border-color: #A90CE4; }
span { border-color: rgb(169,12,228); }
td.TdClassName
{
border-color: #A90CE4;
}
.TagClassName
{
border-color: #A90CE4;
}
</style>