Shades of Dark Orchid #A92EDB
Tints of Dark Orchid #A92EDB
RGB
CMYK
RGB Variations
Color information
#A92EDB (or 0xA92EDB) is known color: Dark Orchid. HEX triplet: A9, 2E and DB. RGB value is (169,46,219). Sum of RGB (Red+Green+Blue) = 169+46+219=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A92EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EDB is #56D124. Grayscale: #656565. Windows color (decimal): -5689637 or 14364329. OLE color: 14364329.
HSL color Cylindrical-coordinate representation of color #A92EDB: hue angle of 282.66º 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 #A92EDB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 46 | 219 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.66º | 0.71% | 0.52% | - |
| HSV(B) | 282.66º | 0.79% | 0.86% | - |
| XYZ | 30.13 | 15.5 | 68.42 | - |
| YUV | 102.5 | 193.75 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 219 | 0.23 | 0.79 | 0 | 0.14 | 282.66 | 0.71 | 0.52 |
| Hex | A9 | 2E | DB | 17 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 251 | 56 | 333 | 27 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101001 | 101110 | 11011011 | 10111 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #A92EDB
Complementary color
Monochromatic Colors of #A92EDB
Black with #A92EDB
Text Example
Text Example
White with #A92EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92EDB; }
p { color: rgb(169,46,219); }
H1.HeaderClassName
{
color: #A92EDB;
}
.AnyTagClassName
{
color: #A92EDB;
}
</style>
background-color css
<style>
a { background-color: #A92EDB; }
a { background-color: rgb(169,46,219); }
div.DivClassName
{
background-color: #A92EDB;
}
.BgClassName
{
background-color: #A92EDB;
}
</style>
border-color css
<style>
span { border-color: #A92EDB; }
span { border-color: rgb(169,46,219); }
td.TdClassName
{
border-color: #A92EDB;
}
.TagClassName
{
border-color: #A92EDB;
}
</style>