Shades of Medium Orchid #A956CB
Tints of Medium Orchid #A956CB
RGB
CMYK
RGB Variations
Color information
#A956CB (or 0xA956CB) is known color: Medium Orchid. HEX triplet: A9, 56 and CB. RGB value is (169,86,203). Sum of RGB (Red+Green+Blue) = 169+86+203=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A956CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956CB is #56A934. Grayscale: #7B7B7B. Windows color (decimal): -5679413 or 13325993. OLE color: 13325993.
HSL color Cylindrical-coordinate representation of color #A956CB: hue angle of 282.56º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A956CB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 86 | 203 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.20 |
| HSL | 282.56º | 0.53% | 0.57% | - |
| HSV(B) | 282.56º | 0.58% | 0.8% | - |
| XYZ | 30.47 | 19.4 | 58.64 | - |
| YUV | 124.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 203 | 0.17 | 0.58 | 0 | 0.20 | 282.56 | 0.53 | 0.57 |
| Hex | A9 | 56 | CB | 11 | 3A | 0 | 14 | 11B | 35 | 39 |
| Octal | 251 | 126 | 313 | 21 | 72 | 0 | 24 | 433 | 65 | 71 |
| Binary | 10101001 | 1010110 | 11001011 | 10001 | 111010 | 0 | 10100 | 100011011 | 110101 | 111001 |
Color Harmonies of #A956CB
Complementary color
Monochromatic Colors of #A956CB
Black with #A956CB
Text Example
Text Example
White with #A956CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956CB; }
p { color: rgb(169,86,203); }
H1.HeaderClassName
{
color: #A956CB;
}
.AnyTagClassName
{
color: #A956CB;
}
</style>
background-color css
<style>
a { background-color: #A956CB; }
a { background-color: rgb(169,86,203); }
div.DivClassName
{
background-color: #A956CB;
}
.BgClassName
{
background-color: #A956CB;
}
</style>
border-color css
<style>
span { border-color: #A956CB; }
span { border-color: rgb(169,86,203); }
td.TdClassName
{
border-color: #A956CB;
}
.TagClassName
{
border-color: #A956CB;
}
</style>