Shades of Dark Orchid #A93ECE
Tints of Dark Orchid #A93ECE
RGB
CMYK
RGB Variations
Color information
#A93ECE (or 0xA93ECE) is known color: Dark Orchid. HEX triplet: A9, 3E and CE. RGB value is (169,62,206). Sum of RGB (Red+Green+Blue) = 169+62+206=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A93ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ECE is #56C131. Grayscale: #6D6D6D. Windows color (decimal): -5685554 or 13516457. OLE color: 13516457.
HSL color Cylindrical-coordinate representation of color #A93ECE: hue angle of 284.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93ECE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 62 | 206 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.19 |
| HSL | 284.58º | 0.6% | 0.53% | - |
| HSV(B) | 284.58º | 0.7% | 0.81% | - |
| XYZ | 29.23 | 16.34 | 60.01 | - |
| YUV | 110.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 206 | 0.18 | 0.70 | 0 | 0.19 | 284.58 | 0.6 | 0.53 |
| Hex | A9 | 3E | CE | 12 | 46 | 0 | 13 | 11D | 3C | 35 |
| Octal | 251 | 76 | 316 | 22 | 106 | 0 | 23 | 435 | 74 | 65 |
| Binary | 10101001 | 111110 | 11001110 | 10010 | 1000110 | 0 | 10011 | 100011101 | 111100 | 110101 |
Color Harmonies of #A93ECE
Complementary color
Monochromatic Colors of #A93ECE
Black with #A93ECE
Text Example
Text Example
White with #A93ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ECE; }
p { color: rgb(169,62,206); }
H1.HeaderClassName
{
color: #A93ECE;
}
.AnyTagClassName
{
color: #A93ECE;
}
</style>
background-color css
<style>
a { background-color: #A93ECE; }
a { background-color: rgb(169,62,206); }
div.DivClassName
{
background-color: #A93ECE;
}
.BgClassName
{
background-color: #A93ECE;
}
</style>
border-color css
<style>
span { border-color: #A93ECE; }
span { border-color: rgb(169,62,206); }
td.TdClassName
{
border-color: #A93ECE;
}
.TagClassName
{
border-color: #A93ECE;
}
</style>