Shades of Medium Orchid #A956CE
Tints of Medium Orchid #A956CE
RGB
CMYK
RGB Variations
Color information
#A956CE (or 0xA956CE) is known color: Medium Orchid. HEX triplet: A9, 56 and CE. RGB value is (169,86,206). Sum of RGB (Red+Green+Blue) = 169+86+206=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A956CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956CE is #56A931. Grayscale: #7C7C7C. Windows color (decimal): -5679410 or 13522601. OLE color: 13522601.
HSL color Cylindrical-coordinate representation of color #A956CE: hue angle of 281.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A956CE is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 86 | 206 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.19 |
| HSL | 281.5º | 0.55% | 0.57% | - |
| HSV(B) | 281.5º | 0.58% | 0.81% | - |
| XYZ | 30.83 | 19.55 | 60.54 | - |
| YUV | 124.5 | 174 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 206 | 0.18 | 0.58 | 0 | 0.19 | 281.5 | 0.55 | 0.57 |
| Hex | A9 | 56 | CE | 12 | 3A | 0 | 13 | 11A | 37 | 39 |
| Octal | 251 | 126 | 316 | 22 | 72 | 0 | 23 | 432 | 67 | 71 |
| Binary | 10101001 | 1010110 | 11001110 | 10010 | 111010 | 0 | 10011 | 100011010 | 110111 | 111001 |
Color Harmonies of #A956CE
Complementary color
Monochromatic Colors of #A956CE
Black with #A956CE
Text Example
Text Example
White with #A956CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956CE; }
p { color: rgb(169,86,206); }
H1.HeaderClassName
{
color: #A956CE;
}
.AnyTagClassName
{
color: #A956CE;
}
</style>
background-color css
<style>
a { background-color: #A956CE; }
a { background-color: rgb(169,86,206); }
div.DivClassName
{
background-color: #A956CE;
}
.BgClassName
{
background-color: #A956CE;
}
</style>
border-color css
<style>
span { border-color: #A956CE; }
span { border-color: rgb(169,86,206); }
td.TdClassName
{
border-color: #A956CE;
}
.TagClassName
{
border-color: #A956CE;
}
</style>