Shades of Dark Orchid #A92CDD
Tints of Dark Orchid #A92CDD
RGB
CMYK
RGB Variations
Color information
#A92CDD (or 0xA92CDD) is known color: Dark Orchid. HEX triplet: A9, 2C and DD. RGB value is (169,44,221). Sum of RGB (Red+Green+Blue) = 169+44+221=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A92CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CDD is #56D322. Grayscale: #646464. Windows color (decimal): -5690147 or 14494889. OLE color: 14494889.
HSL color Cylindrical-coordinate representation of color #A92CDD: hue angle of 282.37º 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 #A92CDD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 44 | 221 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.13 |
| HSL | 282.37º | 0.72% | 0.52% | - |
| HSV(B) | 282.37º | 0.8% | 0.87% | - |
| XYZ | 30.31 | 15.46 | 69.79 | - |
| YUV | 101.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 221 | 0.24 | 0.80 | 0 | 0.13 | 282.37 | 0.72 | 0.52 |
| Hex | A9 | 2C | DD | 18 | 50 | 0 | D | 11A | 48 | 34 |
| Octal | 251 | 54 | 335 | 30 | 120 | 0 | 15 | 432 | 110 | 64 |
| Binary | 10101001 | 101100 | 11011101 | 11000 | 1010000 | 0 | 1101 | 100011010 | 1001000 | 110100 |
Color Harmonies of #A92CDD
Complementary color
Monochromatic Colors of #A92CDD
Black with #A92CDD
Text Example
Text Example
White with #A92CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CDD; }
p { color: rgb(169,44,221); }
H1.HeaderClassName
{
color: #A92CDD;
}
.AnyTagClassName
{
color: #A92CDD;
}
</style>
background-color css
<style>
a { background-color: #A92CDD; }
a { background-color: rgb(169,44,221); }
div.DivClassName
{
background-color: #A92CDD;
}
.BgClassName
{
background-color: #A92CDD;
}
</style>
border-color css
<style>
span { border-color: #A92CDD; }
span { border-color: rgb(169,44,221); }
td.TdClassName
{
border-color: #A92CDD;
}
.TagClassName
{
border-color: #A92CDD;
}
</style>