Shades of Dark Violet #A90CCD
Tints of Dark Violet #A90CCD
RGB
CMYK
RGB Variations
Color information
#A90CCD (or 0xA90CCD) is known color: Dark Violet. HEX triplet: A9, 0C and CD. RGB value is (169,12,205). Sum of RGB (Red+Green+Blue) = 169+12+205=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #A90CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCD is #56F332. Grayscale: #505050. Windows color (decimal): -5698355 or 13438121. OLE color: 13438121.
HSL color Cylindrical-coordinate representation of color #A90CCD: hue angle of 288.81º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CCD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 12 | 205 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.20 |
| HSL | 288.81º | 0.89% | 0.43% | - |
| HSV(B) | 288.81º | 0.94% | 0.8% | - |
| XYZ | 27.51 | 13.11 | 58.84 | - |
| YUV | 80.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 205 | 0.18 | 0.94 | 0 | 0.20 | 288.81 | 0.89 | 0.43 |
| Hex | A9 | C | CD | 12 | 5E | 0 | 14 | 121 | 59 | 2B |
| Octal | 251 | 14 | 315 | 22 | 136 | 0 | 24 | 441 | 131 | 53 |
| Binary | 10101001 | 1100 | 11001101 | 10010 | 1011110 | 0 | 10100 | 100100001 | 1011001 | 101011 |
Color Harmonies of #A90CCD
Complementary color
Monochromatic Colors of #A90CCD
Black with #A90CCD
Text Example
Text Example
White with #A90CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CCD; }
p { color: rgb(169,12,205); }
H1.HeaderClassName
{
color: #A90CCD;
}
.AnyTagClassName
{
color: #A90CCD;
}
</style>
background-color css
<style>
a { background-color: #A90CCD; }
a { background-color: rgb(169,12,205); }
div.DivClassName
{
background-color: #A90CCD;
}
.BgClassName
{
background-color: #A90CCD;
}
</style>
border-color css
<style>
span { border-color: #A90CCD; }
span { border-color: rgb(169,12,205); }
td.TdClassName
{
border-color: #A90CCD;
}
.TagClassName
{
border-color: #A90CCD;
}
</style>