Shades of Medium Orchid #A951CB
Tints of Medium Orchid #A951CB
RGB
CMYK
RGB Variations
Color information
#A951CB (or 0xA951CB) is known color: Medium Orchid. HEX triplet: A9, 51 and CB. RGB value is (169,81,203). Sum of RGB (Red+Green+Blue) = 169+81+203=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #A951CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951CB is #56AE34. Grayscale: #787878. Windows color (decimal): -5680693 or 13324713. OLE color: 13324713.
HSL color Cylindrical-coordinate representation of color #A951CB: hue angle of 283.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A951CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 81 | 203 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.20 |
| HSL | 283.28º | 0.54% | 0.56% | - |
| HSV(B) | 283.28º | 0.6% | 0.8% | - |
| XYZ | 30.08 | 18.63 | 58.51 | - |
| YUV | 121.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 203 | 0.17 | 0.60 | 0 | 0.20 | 283.28 | 0.54 | 0.56 |
| Hex | A9 | 51 | CB | 11 | 3C | 0 | 14 | 11B | 36 | 38 |
| Octal | 251 | 121 | 313 | 21 | 74 | 0 | 24 | 433 | 66 | 70 |
| Binary | 10101001 | 1010001 | 11001011 | 10001 | 111100 | 0 | 10100 | 100011011 | 110110 | 111000 |
Color Harmonies of #A951CB
Complementary color
Monochromatic Colors of #A951CB
Black with #A951CB
Text Example
Text Example
White with #A951CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A951CB; }
p { color: rgb(169,81,203); }
H1.HeaderClassName
{
color: #A951CB;
}
.AnyTagClassName
{
color: #A951CB;
}
</style>
background-color css
<style>
a { background-color: #A951CB; }
a { background-color: rgb(169,81,203); }
div.DivClassName
{
background-color: #A951CB;
}
.BgClassName
{
background-color: #A951CB;
}
</style>
border-color css
<style>
span { border-color: #A951CB; }
span { border-color: rgb(169,81,203); }
td.TdClassName
{
border-color: #A951CB;
}
.TagClassName
{
border-color: #A951CB;
}
</style>