Shades of Medium Orchid #A958CD
Tints of Medium Orchid #A958CD
RGB
CMYK
RGB Variations
Color information
#A958CD (or 0xA958CD) is known color: Medium Orchid. HEX triplet: A9, 58 and CD. RGB value is (169,88,205). Sum of RGB (Red+Green+Blue) = 169+88+205=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A958CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958CD is #56A732. Grayscale: #7D7D7D. Windows color (decimal): -5678899 or 13457577. OLE color: 13457577.
HSL color Cylindrical-coordinate representation of color #A958CD: hue angle of 281.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A958CD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 88 | 205 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.20 |
| HSL | 281.54º | 0.54% | 0.57% | - |
| HSV(B) | 281.54º | 0.57% | 0.8% | - |
| XYZ | 30.87 | 19.82 | 59.96 | - |
| YUV | 125.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 205 | 0.18 | 0.57 | 0 | 0.20 | 281.54 | 0.54 | 0.57 |
| Hex | A9 | 58 | CD | 12 | 39 | 0 | 14 | 11A | 36 | 39 |
| Octal | 251 | 130 | 315 | 22 | 71 | 0 | 24 | 432 | 66 | 71 |
| Binary | 10101001 | 1011000 | 11001101 | 10010 | 111001 | 0 | 10100 | 100011010 | 110110 | 111001 |
Color Harmonies of #A958CD
Complementary color
Monochromatic Colors of #A958CD
Black with #A958CD
Text Example
Text Example
White with #A958CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958CD; }
p { color: rgb(169,88,205); }
H1.HeaderClassName
{
color: #A958CD;
}
.AnyTagClassName
{
color: #A958CD;
}
</style>
background-color css
<style>
a { background-color: #A958CD; }
a { background-color: rgb(169,88,205); }
div.DivClassName
{
background-color: #A958CD;
}
.BgClassName
{
background-color: #A958CD;
}
</style>
border-color css
<style>
span { border-color: #A958CD; }
span { border-color: rgb(169,88,205); }
td.TdClassName
{
border-color: #A958CD;
}
.TagClassName
{
border-color: #A958CD;
}
</style>