Shades of Medium Orchid #A95DCA
Tints of Medium Orchid #A95DCA
RGB
CMYK
RGB Variations
Color information
#A95DCA (or 0xA95DCA) is known color: Medium Orchid. HEX triplet: A9, 5D and CA. RGB value is (169,93,202). Sum of RGB (Red+Green+Blue) = 169+93+202=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #A95DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DCA is #56A235. Grayscale: #7F7F7F. Windows color (decimal): -5677622 or 13262249. OLE color: 13262249.
HSL color Cylindrical-coordinate representation of color #A95DCA: hue angle of 281.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95DCA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 93 | 202 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.21 |
| HSL | 281.83º | 0.51% | 0.58% | - |
| HSV(B) | 281.83º | 0.54% | 0.79% | - |
| XYZ | 30.94 | 20.53 | 58.21 | - |
| YUV | 128.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 202 | 0.16 | 0.54 | 0 | 0.21 | 281.83 | 0.51 | 0.58 |
| Hex | A9 | 5D | CA | 10 | 36 | 0 | 15 | 11A | 33 | 3A |
| Octal | 251 | 135 | 312 | 20 | 66 | 0 | 25 | 432 | 63 | 72 |
| Binary | 10101001 | 1011101 | 11001010 | 10000 | 110110 | 0 | 10101 | 100011010 | 110011 | 111010 |
Color Harmonies of #A95DCA
Complementary color
Monochromatic Colors of #A95DCA
Black with #A95DCA
Text Example
Text Example
White with #A95DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DCA; }
p { color: rgb(169,93,202); }
H1.HeaderClassName
{
color: #A95DCA;
}
.AnyTagClassName
{
color: #A95DCA;
}
</style>
background-color css
<style>
a { background-color: #A95DCA; }
a { background-color: rgb(169,93,202); }
div.DivClassName
{
background-color: #A95DCA;
}
.BgClassName
{
background-color: #A95DCA;
}
</style>
border-color css
<style>
span { border-color: #A95DCA; }
span { border-color: rgb(169,93,202); }
td.TdClassName
{
border-color: #A95DCA;
}
.TagClassName
{
border-color: #A95DCA;
}
</style>