Shades of Dark Violet #A90CDC
Tints of Dark Violet #A90CDC
RGB
CMYK
RGB Variations
Color information
#A90CDC (or 0xA90CDC) is known color: Dark Violet. HEX triplet: A9, 0C and DC. RGB value is (169,12,220). Sum of RGB (Red+Green+Blue) = 169+12+220=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #A90CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CDC is #56F323. Grayscale: #515151. Windows color (decimal): -5698340 or 14421161. OLE color: 14421161.
HSL color Cylindrical-coordinate representation of color #A90CDC: hue angle of 285.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90CDC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 12 | 220 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.29º | 0.9% | 0.45% | - |
| HSV(B) | 285.29º | 0.95% | 0.86% | - |
| XYZ | 29.41 | 13.87 | 68.84 | - |
| YUV | 82.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 220 | 0.23 | 0.95 | 0 | 0.14 | 285.29 | 0.9 | 0.45 |
| Hex | A9 | C | DC | 17 | 5F | 0 | E | 11D | 5A | 2D |
| Octal | 251 | 14 | 334 | 27 | 137 | 0 | 16 | 435 | 132 | 55 |
| Binary | 10101001 | 1100 | 11011100 | 10111 | 1011111 | 0 | 1110 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A90CDC
Complementary color
Monochromatic Colors of #A90CDC
Black with #A90CDC
Text Example
Text Example
White with #A90CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CDC; }
p { color: rgb(169,12,220); }
H1.HeaderClassName
{
color: #A90CDC;
}
.AnyTagClassName
{
color: #A90CDC;
}
</style>
background-color css
<style>
a { background-color: #A90CDC; }
a { background-color: rgb(169,12,220); }
div.DivClassName
{
background-color: #A90CDC;
}
.BgClassName
{
background-color: #A90CDC;
}
</style>
border-color css
<style>
span { border-color: #A90CDC; }
span { border-color: rgb(169,12,220); }
td.TdClassName
{
border-color: #A90CDC;
}
.TagClassName
{
border-color: #A90CDC;
}
</style>