Shades of Medium Orchid #A95BCA
Tints of Medium Orchid #A95BCA
RGB
CMYK
RGB Variations
Color information
#A95BCA (or 0xA95BCA) is known color: Medium Orchid. HEX triplet: A9, 5B and CA. RGB value is (169,91,202). Sum of RGB (Red+Green+Blue) = 169+91+202=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #A95BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BCA is #56A435. Grayscale: #7E7E7E. Windows color (decimal): -5678134 or 13261737. OLE color: 13261737.
HSL color Cylindrical-coordinate representation of color #A95BCA: hue angle of 282.16º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A95BCA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 91 | 202 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.21 |
| HSL | 282.16º | 0.51% | 0.57% | - |
| HSV(B) | 282.16º | 0.55% | 0.79% | - |
| XYZ | 30.76 | 20.18 | 58.15 | - |
| YUV | 126.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 202 | 0.16 | 0.55 | 0 | 0.21 | 282.16 | 0.51 | 0.57 |
| Hex | A9 | 5B | CA | 10 | 37 | 0 | 15 | 11A | 33 | 39 |
| Octal | 251 | 133 | 312 | 20 | 67 | 0 | 25 | 432 | 63 | 71 |
| Binary | 10101001 | 1011011 | 11001010 | 10000 | 110111 | 0 | 10101 | 100011010 | 110011 | 111001 |
Color Harmonies of #A95BCA
Complementary color
Monochromatic Colors of #A95BCA
Black with #A95BCA
Text Example
Text Example
White with #A95BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BCA; }
p { color: rgb(169,91,202); }
H1.HeaderClassName
{
color: #A95BCA;
}
.AnyTagClassName
{
color: #A95BCA;
}
</style>
background-color css
<style>
a { background-color: #A95BCA; }
a { background-color: rgb(169,91,202); }
div.DivClassName
{
background-color: #A95BCA;
}
.BgClassName
{
background-color: #A95BCA;
}
</style>
border-color css
<style>
span { border-color: #A95BCA; }
span { border-color: rgb(169,91,202); }
td.TdClassName
{
border-color: #A95BCA;
}
.TagClassName
{
border-color: #A95BCA;
}
</style>