Shades of Dark Orchid #A92ECD
Tints of Dark Orchid #A92ECD
RGB
CMYK
RGB Variations
Color information
#A92ECD (or 0xA92ECD) is known color: Dark Orchid. HEX triplet: A9, 2E and CD. RGB value is (169,46,205). Sum of RGB (Red+Green+Blue) = 169+46+205=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ECD is #56D132. Grayscale: #646464. Windows color (decimal): -5689651 or 13446825. OLE color: 13446825.
HSL color Cylindrical-coordinate representation of color #A92ECD: hue angle of 286.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92ECD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 46 | 205 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.20 |
| HSL | 286.42º | 0.63% | 0.49% | - |
| HSV(B) | 286.42º | 0.78% | 0.8% | - |
| XYZ | 28.36 | 14.8 | 59.12 | - |
| YUV | 100.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 205 | 0.18 | 0.78 | 0 | 0.20 | 286.42 | 0.63 | 0.49 |
| Hex | A9 | 2E | CD | 12 | 4E | 0 | 14 | 11E | 3F | 31 |
| Octal | 251 | 56 | 315 | 22 | 116 | 0 | 24 | 436 | 77 | 61 |
| Binary | 10101001 | 101110 | 11001101 | 10010 | 1001110 | 0 | 10100 | 100011110 | 111111 | 110001 |
Color Harmonies of #A92ECD
Complementary color
Monochromatic Colors of #A92ECD
Black with #A92ECD
Text Example
Text Example
White with #A92ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ECD; }
p { color: rgb(169,46,205); }
H1.HeaderClassName
{
color: #A92ECD;
}
.AnyTagClassName
{
color: #A92ECD;
}
</style>
background-color css
<style>
a { background-color: #A92ECD; }
a { background-color: rgb(169,46,205); }
div.DivClassName
{
background-color: #A92ECD;
}
.BgClassName
{
background-color: #A92ECD;
}
</style>
border-color css
<style>
span { border-color: #A92ECD; }
span { border-color: rgb(169,46,205); }
td.TdClassName
{
border-color: #A92ECD;
}
.TagClassName
{
border-color: #A92ECD;
}
</style>