Shades of Medium Orchid #A95DCC
Tints of Medium Orchid #A95DCC
RGB
CMYK
RGB Variations
Color information
#A95DCC (or 0xA95DCC) is known color: Medium Orchid. HEX triplet: A9, 5D and CC. RGB value is (169,93,204). Sum of RGB (Red+Green+Blue) = 169+93+204=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #A95DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DCC is #56A233. Grayscale: #808080. Windows color (decimal): -5677620 or 13393321. OLE color: 13393321.
HSL color Cylindrical-coordinate representation of color #A95DCC: hue angle of 281.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95DCC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 93 | 204 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.2 |
| HSL | 281.08º | 0.52% | 0.58% | - |
| HSV(B) | 281.08º | 0.54% | 0.8% | - |
| XYZ | 31.18 | 20.62 | 59.46 | - |
| YUV | 128.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 204 | 0.17 | 0.54 | 0 | 0.2 | 281.08 | 0.52 | 0.58 |
| Hex | A9 | 5D | CC | 11 | 36 | 0 | 14 | 119 | 34 | 3A |
| Octal | 251 | 135 | 314 | 21 | 66 | 0 | 24 | 431 | 64 | 72 |
| Binary | 10101001 | 1011101 | 11001100 | 10001 | 110110 | 0 | 10100 | 100011001 | 110100 | 111010 |
Color Harmonies of #A95DCC
Complementary color
Monochromatic Colors of #A95DCC
Black with #A95DCC
Text Example
Text Example
White with #A95DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DCC; }
p { color: rgb(169,93,204); }
H1.HeaderClassName
{
color: #A95DCC;
}
.AnyTagClassName
{
color: #A95DCC;
}
</style>
background-color css
<style>
a { background-color: #A95DCC; }
a { background-color: rgb(169,93,204); }
div.DivClassName
{
background-color: #A95DCC;
}
.BgClassName
{
background-color: #A95DCC;
}
</style>
border-color css
<style>
span { border-color: #A95DCC; }
span { border-color: rgb(169,93,204); }
td.TdClassName
{
border-color: #A95DCC;
}
.TagClassName
{
border-color: #A95DCC;
}
</style>