Shades of Dark Orchid #A92DDD
Tints of Dark Orchid #A92DDD
RGB
CMYK
RGB Variations
Color information
#A92DDD (or 0xA92DDD) is known color: Dark Orchid. HEX triplet: A9, 2D and DD. RGB value is (169,45,221). Sum of RGB (Red+Green+Blue) = 169+45+221=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #A92DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DDD is #56D222. Grayscale: #656565. Windows color (decimal): -5689891 or 14495145. OLE color: 14495145.
HSL color Cylindrical-coordinate representation of color #A92DDD: hue angle of 282.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92DDD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 45 | 221 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 282.27º | 0.72% | 0.52% | - |
| HSV(B) | 282.27º | 0.8% | 0.87% | - |
| XYZ | 30.35 | 15.53 | 69.8 | - |
| YUV | 102.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 221 | 0.24 | 0.80 | 0 | 0.13 | 282.27 | 0.72 | 0.52 |
| Hex | A9 | 2D | DD | 18 | 50 | 0 | D | 11A | 48 | 34 |
| Octal | 251 | 55 | 335 | 30 | 120 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10101001 | 101101 | 11011101 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A92DDD
Complementary color
Monochromatic Colors of #A92DDD
Black with #A92DDD
Text Example
Text Example
White with #A92DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DDD; }
p { color: rgb(169,45,221); }
H1.HeaderClassName
{
color: #A92DDD;
}
.AnyTagClassName
{
color: #A92DDD;
}
</style>
background-color css
<style>
a { background-color: #A92DDD; }
a { background-color: rgb(169,45,221); }
div.DivClassName
{
background-color: #A92DDD;
}
.BgClassName
{
background-color: #A92DDD;
}
</style>
border-color css
<style>
span { border-color: #A92DDD; }
span { border-color: rgb(169,45,221); }
td.TdClassName
{
border-color: #A92DDD;
}
.TagClassName
{
border-color: #A92DDD;
}
</style>