Shades of Medium Orchid #A85ACE
Tints of Medium Orchid #A85ACE
RGB
CMYK
RGB Variations
Color information
#A85ACE (or 0xA85ACE) is known color: Medium Orchid. HEX triplet: A8, 5A and CE. RGB value is (168,90,206). Sum of RGB (Red+Green+Blue) = 168+90+206=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ACE is #57A531. Grayscale: #7E7E7E. Windows color (decimal): -5743922 or 13523624. OLE color: 13523624.
HSL color Cylindrical-coordinate representation of color #A85ACE: hue angle of 280.34º 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 #A85ACE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 90 | 206 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.19 |
| HSL | 280.34º | 0.54% | 0.58% | - |
| HSV(B) | 280.34º | 0.56% | 0.81% | - |
| XYZ | 30.95 | 20.09 | 60.64 | - |
| YUV | 126.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 206 | 0.18 | 0.56 | 0 | 0.19 | 280.34 | 0.54 | 0.58 |
| Hex | A8 | 5A | CE | 12 | 38 | 0 | 13 | 118 | 36 | 3A |
| Octal | 250 | 132 | 316 | 22 | 70 | 0 | 23 | 430 | 66 | 72 |
| Binary | 10101000 | 1011010 | 11001110 | 10010 | 111000 | 0 | 10011 | 100011000 | 110110 | 111010 |
Color Harmonies of #A85ACE
Complementary color
Monochromatic Colors of #A85ACE
Black with #A85ACE
Text Example
Text Example
White with #A85ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ACE; }
p { color: rgb(168,90,206); }
H1.HeaderClassName
{
color: #A85ACE;
}
.AnyTagClassName
{
color: #A85ACE;
}
</style>
background-color css
<style>
a { background-color: #A85ACE; }
a { background-color: rgb(168,90,206); }
div.DivClassName
{
background-color: #A85ACE;
}
.BgClassName
{
background-color: #A85ACE;
}
</style>
border-color css
<style>
span { border-color: #A85ACE; }
span { border-color: rgb(168,90,206); }
td.TdClassName
{
border-color: #A85ACE;
}
.TagClassName
{
border-color: #A85ACE;
}
</style>