Shades of Medium Orchid #A95ECE
Tints of Medium Orchid #A95ECE
RGB
CMYK
RGB Variations
Color information
#A95ECE (or 0xA95ECE) is known color: Medium Orchid. HEX triplet: A9, 5E and CE. RGB value is (169,94,206). Sum of RGB (Red+Green+Blue) = 169+94+206=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A95ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ECE is #56A131. Grayscale: #808080. Windows color (decimal): -5677362 or 13524649. OLE color: 13524649.
HSL color Cylindrical-coordinate representation of color #A95ECE: hue angle of 280.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95ECE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 94 | 206 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.19 |
| HSL | 280.18º | 0.53% | 0.59% | - |
| HSV(B) | 280.18º | 0.54% | 0.81% | - |
| XYZ | 31.51 | 20.9 | 60.77 | - |
| YUV | 129.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 94 | 206 | 0.18 | 0.54 | 0 | 0.19 | 280.18 | 0.53 | 0.59 |
| Hex | A9 | 5E | CE | 12 | 36 | 0 | 13 | 118 | 35 | 3B |
| Octal | 251 | 136 | 316 | 22 | 66 | 0 | 23 | 430 | 65 | 73 |
| Binary | 10101001 | 1011110 | 11001110 | 10010 | 110110 | 0 | 10011 | 100011000 | 110101 | 111011 |
Color Harmonies of #A95ECE
Complementary color
Monochromatic Colors of #A95ECE
Black with #A95ECE
Text Example
Text Example
White with #A95ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95ECE; }
p { color: rgb(169,94,206); }
H1.HeaderClassName
{
color: #A95ECE;
}
.AnyTagClassName
{
color: #A95ECE;
}
</style>
background-color css
<style>
a { background-color: #A95ECE; }
a { background-color: rgb(169,94,206); }
div.DivClassName
{
background-color: #A95ECE;
}
.BgClassName
{
background-color: #A95ECE;
}
</style>
border-color css
<style>
span { border-color: #A95ECE; }
span { border-color: rgb(169,94,206); }
td.TdClassName
{
border-color: #A95ECE;
}
.TagClassName
{
border-color: #A95ECE;
}
</style>