Shades of Medium Orchid #A957D5
Tints of Medium Orchid #A957D5
RGB
CMYK
RGB Variations
Color information
#A957D5 (or 0xA957D5) is known color: Medium Orchid. HEX triplet: A9, 57 and D5. RGB value is (169,87,213). Sum of RGB (Red+Green+Blue) = 169+87+213=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #A957D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957D5 is #56A82A. Grayscale: #7D7D7D. Windows color (decimal): -5679147 or 13981609. OLE color: 13981609.
HSL color Cylindrical-coordinate representation of color #A957D5: hue angle of 279.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A957D5 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 87 | 213 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.16 |
| HSL | 279.05º | 0.6% | 0.59% | - |
| HSV(B) | 279.05º | 0.59% | 0.84% | - |
| XYZ | 31.78 | 20.06 | 65.15 | - |
| YUV | 125.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 213 | 0.21 | 0.59 | 0 | 0.16 | 279.05 | 0.6 | 0.59 |
| Hex | A9 | 57 | D5 | 15 | 3B | 0 | 10 | 117 | 3C | 3B |
| Octal | 251 | 127 | 325 | 25 | 73 | 0 | 20 | 427 | 74 | 73 |
| Binary | 10101001 | 1010111 | 11010101 | 10101 | 111011 | 0 | 10000 | 100010111 | 111100 | 111011 |
Color Harmonies of #A957D5
Complementary color
Monochromatic Colors of #A957D5
Black with #A957D5
Text Example
Text Example
White with #A957D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A957D5; }
p { color: rgb(169,87,213); }
H1.HeaderClassName
{
color: #A957D5;
}
.AnyTagClassName
{
color: #A957D5;
}
</style>
background-color css
<style>
a { background-color: #A957D5; }
a { background-color: rgb(169,87,213); }
div.DivClassName
{
background-color: #A957D5;
}
.BgClassName
{
background-color: #A957D5;
}
</style>
border-color css
<style>
span { border-color: #A957D5; }
span { border-color: rgb(169,87,213); }
td.TdClassName
{
border-color: #A957D5;
}
.TagClassName
{
border-color: #A957D5;
}
</style>