Shades of Medium Orchid #A95BDA
Tints of Medium Orchid #A95BDA
RGB
CMYK
RGB Variations
Color information
#A95BDA (or 0xA95BDA) is known color: Medium Orchid. HEX triplet: A9, 5B and DA. RGB value is (169,91,218). Sum of RGB (Red+Green+Blue) = 169+91+218=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A95BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95BDA is #56A425. Grayscale: #808080. Windows color (decimal): -5678118 or 14310313. OLE color: 14310313.
HSL color Cylindrical-coordinate representation of color #A95BDA: hue angle of 276.85º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95BDA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 91 | 218 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.15 |
| HSL | 276.85º | 0.63% | 0.61% | - |
| HSV(B) | 276.85º | 0.58% | 0.85% | - |
| XYZ | 32.76 | 20.98 | 68.65 | - |
| YUV | 128.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 91 | 218 | 0.22 | 0.58 | 0 | 0.15 | 276.85 | 0.63 | 0.61 |
| Hex | A9 | 5B | DA | 16 | 3A | 0 | F | 115 | 3F | 3D |
| Octal | 251 | 133 | 332 | 26 | 72 | 0 | 17 | 425 | 77 | 75 |
| Binary | 10101001 | 1011011 | 11011010 | 10110 | 111010 | 0 | 1111 | 100010101 | 111111 | 111101 |
Color Harmonies of #A95BDA
Complementary color
Monochromatic Colors of #A95BDA
Black with #A95BDA
Text Example
Text Example
White with #A95BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95BDA; }
p { color: rgb(169,91,218); }
H1.HeaderClassName
{
color: #A95BDA;
}
.AnyTagClassName
{
color: #A95BDA;
}
</style>
background-color css
<style>
a { background-color: #A95BDA; }
a { background-color: rgb(169,91,218); }
div.DivClassName
{
background-color: #A95BDA;
}
.BgClassName
{
background-color: #A95BDA;
}
</style>
border-color css
<style>
span { border-color: #A95BDA; }
span { border-color: rgb(169,91,218); }
td.TdClassName
{
border-color: #A95BDA;
}
.TagClassName
{
border-color: #A95BDA;
}
</style>