Shades of Medium Orchid #A95BCD
Tints of Medium Orchid #A95BCD
RGB
CMYK
RGB Variations
Color information
#A95BCD (or 0xA95BCD) is known color: Medium Orchid. HEX triplet: A9, 5B and CD. RGB value is (169,91,205). Sum of RGB (Red+Green+Blue) = 169+91+205=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BCD is #56A432. Grayscale: #7E7E7E. Windows color (decimal): -5678131 or 13458345. OLE color: 13458345.
HSL color Cylindrical-coordinate representation of color #A95BCD: hue angle of 281.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A95BCD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 91 | 205 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.20 |
| HSL | 281.05º | 0.53% | 0.58% | - |
| HSV(B) | 281.05º | 0.56% | 0.8% | - |
| XYZ | 31.12 | 20.32 | 60.04 | - |
| YUV | 127.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 205 | 0.18 | 0.56 | 0 | 0.20 | 281.05 | 0.53 | 0.58 |
| Hex | A9 | 5B | CD | 12 | 38 | 0 | 14 | 119 | 35 | 3A |
| Octal | 251 | 133 | 315 | 22 | 70 | 0 | 24 | 431 | 65 | 72 |
| Binary | 10101001 | 1011011 | 11001101 | 10010 | 111000 | 0 | 10100 | 100011001 | 110101 | 111010 |
Color Harmonies of #A95BCD
Complementary color
Monochromatic Colors of #A95BCD
Black with #A95BCD
Text Example
Text Example
White with #A95BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BCD; }
p { color: rgb(169,91,205); }
H1.HeaderClassName
{
color: #A95BCD;
}
.AnyTagClassName
{
color: #A95BCD;
}
</style>
background-color css
<style>
a { background-color: #A95BCD; }
a { background-color: rgb(169,91,205); }
div.DivClassName
{
background-color: #A95BCD;
}
.BgClassName
{
background-color: #A95BCD;
}
</style>
border-color css
<style>
span { border-color: #A95BCD; }
span { border-color: rgb(169,91,205); }
td.TdClassName
{
border-color: #A95BCD;
}
.TagClassName
{
border-color: #A95BCD;
}
</style>