Shades of Medium Orchid #A95ACE
Tints of Medium Orchid #A95ACE
RGB
CMYK
RGB Variations
Color information
#A95ACE (or 0xA95ACE) is known color: Medium Orchid. HEX triplet: A9, 5A and CE. RGB value is (169,90,206). Sum of RGB (Red+Green+Blue) = 169+90+206=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A95ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95ACE is #56A531. Grayscale: #7E7E7E. Windows color (decimal): -5678386 or 13523625. OLE color: 13523625.
HSL color Cylindrical-coordinate representation of color #A95ACE: hue angle of 280.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95ACE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 90 | 206 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.19 |
| HSL | 280.86º | 0.54% | 0.58% | - |
| HSV(B) | 280.86º | 0.56% | 0.81% | - |
| XYZ | 31.16 | 20.2 | 60.65 | - |
| YUV | 126.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 90 | 206 | 0.18 | 0.56 | 0 | 0.19 | 280.86 | 0.54 | 0.58 |
| Hex | A9 | 5A | CE | 12 | 38 | 0 | 13 | 119 | 36 | 3A |
| Octal | 251 | 132 | 316 | 22 | 70 | 0 | 23 | 431 | 66 | 72 |
| Binary | 10101001 | 1011010 | 11001110 | 10010 | 111000 | 0 | 10011 | 100011001 | 110110 | 111010 |
Color Harmonies of #A95ACE
Complementary color
Monochromatic Colors of #A95ACE
Black with #A95ACE
Text Example
Text Example
White with #A95ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95ACE; }
p { color: rgb(169,90,206); }
H1.HeaderClassName
{
color: #A95ACE;
}
.AnyTagClassName
{
color: #A95ACE;
}
</style>
background-color css
<style>
a { background-color: #A95ACE; }
a { background-color: rgb(169,90,206); }
div.DivClassName
{
background-color: #A95ACE;
}
.BgClassName
{
background-color: #A95ACE;
}
</style>
border-color css
<style>
span { border-color: #A95ACE; }
span { border-color: rgb(169,90,206); }
td.TdClassName
{
border-color: #A95ACE;
}
.TagClassName
{
border-color: #A95ACE;
}
</style>