Shades of Medium Orchid #A956ED
Tints of Medium Orchid #A956ED
RGB
CMYK
RGB Variations
Color information
#A956ED (or 0xA956ED) is known color: Medium Orchid. HEX triplet: A9, 56 and ED. RGB value is (169,86,237). Sum of RGB (Red+Green+Blue) = 169+86+237=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #A956ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956ED is #56A912. Grayscale: #7F7F7F. Windows color (decimal): -5679379 or 15554217. OLE color: 15554217.
HSL color Cylindrical-coordinate representation of color #A956ED: hue angle of 272.98º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A956ED is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 86 | 237 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.07 |
| HSL | 272.98º | 0.81% | 0.63% | - |
| HSV(B) | 272.98º | 0.64% | 0.93% | - |
| XYZ | 34.98 | 21.21 | 82.37 | - |
| YUV | 128.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 237 | 0.29 | 0.64 | 0 | 0.07 | 272.98 | 0.81 | 0.63 |
| Hex | A9 | 56 | ED | 1D | 40 | 0 | 7 | 111 | 51 | 3F |
| Octal | 251 | 126 | 355 | 35 | 100 | 0 | 7 | 421 | 121 | 77 |
| Binary | 10101001 | 1010110 | 11101101 | 11101 | 1000000 | 0 | 111 | 100010001 | 1010001 | 111111 |
Color Harmonies of #A956ED
Complementary color
Monochromatic Colors of #A956ED
Black with #A956ED
Text Example
Text Example
White with #A956ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956ED; }
p { color: rgb(169,86,237); }
H1.HeaderClassName
{
color: #A956ED;
}
.AnyTagClassName
{
color: #A956ED;
}
</style>
background-color css
<style>
a { background-color: #A956ED; }
a { background-color: rgb(169,86,237); }
div.DivClassName
{
background-color: #A956ED;
}
.BgClassName
{
background-color: #A956ED;
}
</style>
border-color css
<style>
span { border-color: #A956ED; }
span { border-color: rgb(169,86,237); }
td.TdClassName
{
border-color: #A956ED;
}
.TagClassName
{
border-color: #A956ED;
}
</style>