Shades of Dark Orchid #A92DDC
Tints of Dark Orchid #A92DDC
RGB
CMYK
RGB Variations
Color information
#A92DDC (or 0xA92DDC) is known color: Dark Orchid. HEX triplet: A9, 2D and DC. RGB value is (169,45,220). Sum of RGB (Red+Green+Blue) = 169+45+220=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A92DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92DDC is #56D223. Grayscale: #656565. Windows color (decimal): -5689892 or 14429609. OLE color: 14429609.
HSL color Cylindrical-coordinate representation of color #A92DDC: hue angle of 282.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92DDC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 45 | 220 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.14 |
| HSL | 282.51º | 0.71% | 0.52% | - |
| HSV(B) | 282.51º | 0.8% | 0.86% | - |
| XYZ | 30.22 | 15.48 | 69.11 | - |
| YUV | 102.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 220 | 0.23 | 0.80 | 0 | 0.14 | 282.51 | 0.71 | 0.52 |
| Hex | A9 | 2D | DC | 17 | 50 | 0 | E | 11B | 47 | 34 |
| Octal | 251 | 55 | 334 | 27 | 120 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101001 | 101101 | 11011100 | 10111 | 1010000 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #A92DDC
Complementary color
Monochromatic Colors of #A92DDC
Black with #A92DDC
Text Example
Text Example
White with #A92DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92DDC; }
p { color: rgb(169,45,220); }
H1.HeaderClassName
{
color: #A92DDC;
}
.AnyTagClassName
{
color: #A92DDC;
}
</style>
background-color css
<style>
a { background-color: #A92DDC; }
a { background-color: rgb(169,45,220); }
div.DivClassName
{
background-color: #A92DDC;
}
.BgClassName
{
background-color: #A92DDC;
}
</style>
border-color css
<style>
span { border-color: #A92DDC; }
span { border-color: rgb(169,45,220); }
td.TdClassName
{
border-color: #A92DDC;
}
.TagClassName
{
border-color: #A92DDC;
}
</style>