Shades of Dark Violet #A90CE3
Tints of Dark Violet #A90CE3
RGB
CMYK
RGB Variations
Color information
#A90CE3 (or 0xA90CE3) is known color: Dark Violet. HEX triplet: A9, 0C and E3. RGB value is (169,12,227). Sum of RGB (Red+Green+Blue) = 169+12+227=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 227 (89.06% from 255 or 55.64% from 408); Max value from RGB is 227 - color contains mainly: blue. Hex color #A90CE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CE3 is #56F31C. Grayscale: #525252. Windows color (decimal): -5698333 or 14879913. OLE color: 14879913.
HSL color Cylindrical-coordinate representation of color #A90CE3: hue angle of 283.81º 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 #A90CE3 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 12 | 227 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.11 |
| HSL | 283.81º | 0.9% | 0.47% | - |
| HSV(B) | 283.81º | 0.95% | 0.89% | - |
| XYZ | 30.36 | 14.24 | 73.82 | - |
| YUV | 83.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 227 | 0.26 | 0.95 | 0 | 0.11 | 283.81 | 0.9 | 0.47 |
| Hex | A9 | C | E3 | 1A | 5F | 0 | B | 11C | 5A | 2F |
| Octal | 251 | 14 | 343 | 32 | 137 | 0 | 13 | 434 | 132 | 57 |
| Binary | 10101001 | 1100 | 11100011 | 11010 | 1011111 | 0 | 1011 | 100011100 | 1011010 | 101111 |
Color Harmonies of #A90CE3
Complementary color
Monochromatic Colors of #A90CE3
Black with #A90CE3
Text Example
Text Example
White with #A90CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CE3; }
p { color: rgb(169,12,227); }
H1.HeaderClassName
{
color: #A90CE3;
}
.AnyTagClassName
{
color: #A90CE3;
}
</style>
background-color css
<style>
a { background-color: #A90CE3; }
a { background-color: rgb(169,12,227); }
div.DivClassName
{
background-color: #A90CE3;
}
.BgClassName
{
background-color: #A90CE3;
}
</style>
border-color css
<style>
span { border-color: #A90CE3; }
span { border-color: rgb(169,12,227); }
td.TdClassName
{
border-color: #A90CE3;
}
.TagClassName
{
border-color: #A90CE3;
}
</style>