Shades of Dark Orchid #A92EDC
Tints of Dark Orchid #A92EDC
RGB
CMYK
RGB Variations
Color information
#A92EDC (or 0xA92EDC) is known color: Dark Orchid. HEX triplet: A9, 2E and DC. RGB value is (169,46,220). Sum of RGB (Red+Green+Blue) = 169+46+220=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #A92EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92EDC is #56D123. Grayscale: #666666. Windows color (decimal): -5689636 or 14429865. OLE color: 14429865.
HSL color Cylindrical-coordinate representation of color #A92EDC: hue angle of 282.41º 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 #A92EDC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 46 | 220 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.14 |
| HSL | 282.41º | 0.71% | 0.52% | - |
| HSV(B) | 282.41º | 0.79% | 0.86% | - |
| XYZ | 30.26 | 15.56 | 69.12 | - |
| YUV | 102.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 220 | 0.23 | 0.79 | 0 | 0.14 | 282.41 | 0.71 | 0.52 |
| Hex | A9 | 2E | DC | 17 | 4F | 0 | E | 11A | 47 | 34 |
| Octal | 251 | 56 | 334 | 27 | 117 | 0 | 16 | 432 | 107 | 64 |
| Binary | 10101001 | 101110 | 11011100 | 10111 | 1001111 | 0 | 1110 | 100011010 | 1000111 | 110100 |
Color Harmonies of #A92EDC
Complementary color
Monochromatic Colors of #A92EDC
Black with #A92EDC
Text Example
Text Example
White with #A92EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92EDC; }
p { color: rgb(169,46,220); }
H1.HeaderClassName
{
color: #A92EDC;
}
.AnyTagClassName
{
color: #A92EDC;
}
</style>
background-color css
<style>
a { background-color: #A92EDC; }
a { background-color: rgb(169,46,220); }
div.DivClassName
{
background-color: #A92EDC;
}
.BgClassName
{
background-color: #A92EDC;
}
</style>
border-color css
<style>
span { border-color: #A92EDC; }
span { border-color: rgb(169,46,220); }
td.TdClassName
{
border-color: #A92EDC;
}
.TagClassName
{
border-color: #A92EDC;
}
</style>