Shades of Dark Orchid #A92CE6
Tints of Dark Orchid #A92CE6
RGB
CMYK
RGB Variations
Color information
#A92CE6 (or 0xA92CE6) is known color: Dark Orchid. HEX triplet: A9, 2C and E6. RGB value is (169,44,230). Sum of RGB (Red+Green+Blue) = 169+44+230=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #A92CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92CE6 is #56D319. Grayscale: #656565. Windows color (decimal): -5690138 or 15084713. OLE color: 15084713.
HSL color Cylindrical-coordinate representation of color #A92CE6: hue angle of 280.32º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92CE6 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 44 | 230 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.10 |
| HSL | 280.32º | 0.79% | 0.54% | - |
| HSV(B) | 280.32º | 0.81% | 0.9% | - |
| XYZ | 31.55 | 15.95 | 76.28 | - |
| YUV | 102.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 230 | 0.27 | 0.81 | 0 | 0.10 | 280.32 | 0.79 | 0.54 |
| Hex | A9 | 2C | E6 | 1B | 51 | 0 | A | 118 | 4F | 36 |
| Octal | 251 | 54 | 346 | 33 | 121 | 0 | 12 | 430 | 117 | 66 |
| Binary | 10101001 | 101100 | 11100110 | 11011 | 1010001 | 0 | 1010 | 100011000 | 1001111 | 110110 |
Color Harmonies of #A92CE6
Complementary color
Monochromatic Colors of #A92CE6
Black with #A92CE6
Text Example
Text Example
White with #A92CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CE6; }
p { color: rgb(169,44,230); }
H1.HeaderClassName
{
color: #A92CE6;
}
.AnyTagClassName
{
color: #A92CE6;
}
</style>
background-color css
<style>
a { background-color: #A92CE6; }
a { background-color: rgb(169,44,230); }
div.DivClassName
{
background-color: #A92CE6;
}
.BgClassName
{
background-color: #A92CE6;
}
</style>
border-color css
<style>
span { border-color: #A92CE6; }
span { border-color: rgb(169,44,230); }
td.TdClassName
{
border-color: #A92CE6;
}
.TagClassName
{
border-color: #A92CE6;
}
</style>