Shades of Dark Orchid #A92DDB
Tints of Dark Orchid #A92DDB
RGB
CMYK
RGB Variations
Color information
#A92DDB (or 0xA92DDB) is known color: Dark Orchid. HEX triplet: A9, 2D and DB. RGB value is (169,45,219). Sum of RGB (Red+Green+Blue) = 169+45+219=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DDB is #56D224. Grayscale: #656565. Windows color (decimal): -5689893 or 14364073. OLE color: 14364073.
HSL color Cylindrical-coordinate representation of color #A92DDB: hue angle of 282.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92DDB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 45 | 219 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.76º | 0.71% | 0.52% | - |
| HSV(B) | 282.76º | 0.79% | 0.86% | - |
| XYZ | 30.09 | 15.43 | 68.41 | - |
| YUV | 101.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 219 | 0.23 | 0.79 | 0 | 0.14 | 282.76 | 0.71 | 0.52 |
| Hex | A9 | 2D | DB | 17 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 251 | 55 | 333 | 27 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101001 | 101101 | 11011011 | 10111 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #A92DDB
Complementary color
Monochromatic Colors of #A92DDB
Black with #A92DDB
Text Example
Text Example
White with #A92DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DDB; }
p { color: rgb(169,45,219); }
H1.HeaderClassName
{
color: #A92DDB;
}
.AnyTagClassName
{
color: #A92DDB;
}
</style>
background-color css
<style>
a { background-color: #A92DDB; }
a { background-color: rgb(169,45,219); }
div.DivClassName
{
background-color: #A92DDB;
}
.BgClassName
{
background-color: #A92DDB;
}
</style>
border-color css
<style>
span { border-color: #A92DDB; }
span { border-color: rgb(169,45,219); }
td.TdClassName
{
border-color: #A92DDB;
}
.TagClassName
{
border-color: #A92DDB;
}
</style>