Shades of Dark Orchid #A92ECE
Tints of Dark Orchid #A92ECE
RGB
CMYK
RGB Variations
Color information
#A92ECE (or 0xA92ECE) is known color: Dark Orchid. HEX triplet: A9, 2E and CE. RGB value is (169,46,206). Sum of RGB (Red+Green+Blue) = 169+46+206=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A92ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ECE is #56D131. Grayscale: #646464. Windows color (decimal): -5689650 or 13512361. OLE color: 13512361.
HSL color Cylindrical-coordinate representation of color #A92ECE: hue angle of 286.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92ECE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 46 | 206 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.19 |
| HSL | 286.13º | 0.63% | 0.49% | - |
| HSV(B) | 286.13º | 0.78% | 0.81% | - |
| XYZ | 28.48 | 14.85 | 59.76 | - |
| YUV | 101.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 46 | 206 | 0.18 | 0.78 | 0 | 0.19 | 286.13 | 0.63 | 0.49 |
| Hex | A9 | 2E | CE | 12 | 4E | 0 | 13 | 11E | 3F | 31 |
| Octal | 251 | 56 | 316 | 22 | 116 | 0 | 23 | 436 | 77 | 61 |
| Binary | 10101001 | 101110 | 11001110 | 10010 | 1001110 | 0 | 10011 | 100011110 | 111111 | 110001 |
Color Harmonies of #A92ECE
Complementary color
Monochromatic Colors of #A92ECE
Black with #A92ECE
Text Example
Text Example
White with #A92ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92ECE; }
p { color: rgb(169,46,206); }
H1.HeaderClassName
{
color: #A92ECE;
}
.AnyTagClassName
{
color: #A92ECE;
}
</style>
background-color css
<style>
a { background-color: #A92ECE; }
a { background-color: rgb(169,46,206); }
div.DivClassName
{
background-color: #A92ECE;
}
.BgClassName
{
background-color: #A92ECE;
}
</style>
border-color css
<style>
span { border-color: #A92ECE; }
span { border-color: rgb(169,46,206); }
td.TdClassName
{
border-color: #A92ECE;
}
.TagClassName
{
border-color: #A92ECE;
}
</style>