Shades of Medium Orchid #A95CCD
Tints of Medium Orchid #A95CCD
RGB
CMYK
RGB Variations
Color information
#A95CCD (or 0xA95CCD) is known color: Medium Orchid. HEX triplet: A9, 5C and CD. RGB value is (169,92,205). Sum of RGB (Red+Green+Blue) = 169+92+205=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CCD is #56A332. Grayscale: #7F7F7F. Windows color (decimal): -5677875 or 13458601. OLE color: 13458601.
HSL color Cylindrical-coordinate representation of color #A95CCD: hue angle of 280.88º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A95CCD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 92 | 205 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.20 |
| HSL | 280.88º | 0.53% | 0.58% | - |
| HSV(B) | 280.88º | 0.55% | 0.8% | - |
| XYZ | 31.21 | 20.5 | 60.07 | - |
| YUV | 127.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 205 | 0.18 | 0.55 | 0 | 0.20 | 280.88 | 0.53 | 0.58 |
| Hex | A9 | 5C | CD | 12 | 37 | 0 | 14 | 119 | 35 | 3A |
| Octal | 251 | 134 | 315 | 22 | 67 | 0 | 24 | 431 | 65 | 72 |
| Binary | 10101001 | 1011100 | 11001101 | 10010 | 110111 | 0 | 10100 | 100011001 | 110101 | 111010 |
Color Harmonies of #A95CCD
Complementary color
Monochromatic Colors of #A95CCD
Black with #A95CCD
Text Example
Text Example
White with #A95CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CCD; }
p { color: rgb(169,92,205); }
H1.HeaderClassName
{
color: #A95CCD;
}
.AnyTagClassName
{
color: #A95CCD;
}
</style>
background-color css
<style>
a { background-color: #A95CCD; }
a { background-color: rgb(169,92,205); }
div.DivClassName
{
background-color: #A95CCD;
}
.BgClassName
{
background-color: #A95CCD;
}
</style>
border-color css
<style>
span { border-color: #A95CCD; }
span { border-color: rgb(169,92,205); }
td.TdClassName
{
border-color: #A95CCD;
}
.TagClassName
{
border-color: #A95CCD;
}
</style>