Shades of Medium Orchid #A95BDF
Tints of Medium Orchid #A95BDF
RGB
CMYK
RGB Variations
Color information
#A95BDF (or 0xA95BDF) is known color: Medium Orchid. HEX triplet: A9, 5B and DF. RGB value is (169,91,223). Sum of RGB (Red+Green+Blue) = 169+91+223=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A95BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDF is #56A420. Grayscale: #808080. Windows color (decimal): -5678113 or 14637993. OLE color: 14637993.
HSL color Cylindrical-coordinate representation of color #A95BDF: hue angle of 275.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A95BDF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 91 | 223 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.13 |
| HSL | 275.45º | 0.67% | 0.62% | - |
| HSV(B) | 275.45º | 0.59% | 0.87% | - |
| XYZ | 33.42 | 21.24 | 72.15 | - |
| YUV | 129.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 223 | 0.24 | 0.59 | 0 | 0.13 | 275.45 | 0.67 | 0.62 |
| Hex | A9 | 5B | DF | 18 | 3B | 0 | D | 113 | 43 | 3E |
| Octal | 251 | 133 | 337 | 30 | 73 | 0 | 15 | 423 | 103 | 76 |
| Binary | 10101001 | 1011011 | 11011111 | 11000 | 111011 | 0 | 1101 | 100010011 | 1000011 | 111110 |
Color Harmonies of #A95BDF
Complementary color
Monochromatic Colors of #A95BDF
Black with #A95BDF
Text Example
Text Example
White with #A95BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BDF; }
p { color: rgb(169,91,223); }
H1.HeaderClassName
{
color: #A95BDF;
}
.AnyTagClassName
{
color: #A95BDF;
}
</style>
background-color css
<style>
a { background-color: #A95BDF; }
a { background-color: rgb(169,91,223); }
div.DivClassName
{
background-color: #A95BDF;
}
.BgClassName
{
background-color: #A95BDF;
}
</style>
border-color css
<style>
span { border-color: #A95BDF; }
span { border-color: rgb(169,91,223); }
td.TdClassName
{
border-color: #A95BDF;
}
.TagClassName
{
border-color: #A95BDF;
}
</style>