Shades of Medium Orchid #A95BDB
Tints of Medium Orchid #A95BDB
RGB
CMYK
RGB Variations
Color information
#A95BDB (or 0xA95BDB) is known color: Medium Orchid. HEX triplet: A9, 5B and DB. RGB value is (169,91,219). Sum of RGB (Red+Green+Blue) = 169+91+219=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A95BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDB is #56A424. Grayscale: #808080. Windows color (decimal): -5678117 or 14375849. OLE color: 14375849.
HSL color Cylindrical-coordinate representation of color #A95BDB: hue angle of 276.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95BDB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 91 | 219 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.14 |
| HSL | 276.56º | 0.64% | 0.61% | - |
| HSV(B) | 276.56º | 0.58% | 0.86% | - |
| XYZ | 32.89 | 21.03 | 69.34 | - |
| YUV | 128.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 219 | 0.23 | 0.58 | 0 | 0.14 | 276.56 | 0.64 | 0.61 |
| Hex | A9 | 5B | DB | 17 | 3A | 0 | E | 115 | 40 | 3D |
| Octal | 251 | 133 | 333 | 27 | 72 | 0 | 16 | 425 | 100 | 75 |
| Binary | 10101001 | 1011011 | 11011011 | 10111 | 111010 | 0 | 1110 | 100010101 | 1000000 | 111101 |
Color Harmonies of #A95BDB
Complementary color
Monochromatic Colors of #A95BDB
Black with #A95BDB
Text Example
Text Example
White with #A95BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BDB; }
p { color: rgb(169,91,219); }
H1.HeaderClassName
{
color: #A95BDB;
}
.AnyTagClassName
{
color: #A95BDB;
}
</style>
background-color css
<style>
a { background-color: #A95BDB; }
a { background-color: rgb(169,91,219); }
div.DivClassName
{
background-color: #A95BDB;
}
.BgClassName
{
background-color: #A95BDB;
}
</style>
border-color css
<style>
span { border-color: #A95BDB; }
span { border-color: rgb(169,91,219); }
td.TdClassName
{
border-color: #A95BDB;
}
.TagClassName
{
border-color: #A95BDB;
}
</style>