Shades of Medium Orchid #A957DB
Tints of Medium Orchid #A957DB
RGB
CMYK
RGB Variations
Color information
#A957DB (or 0xA957DB) is known color: Medium Orchid. HEX triplet: A9, 57 and DB. RGB value is (169,87,219). Sum of RGB (Red+Green+Blue) = 169+87+219=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A957DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957DB is #56A824. Grayscale: #7E7E7E. Windows color (decimal): -5679141 or 14374825. OLE color: 14374825.
HSL color Cylindrical-coordinate representation of color #A957DB: hue angle of 277.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A957DB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 87 | 219 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.14 |
| HSL | 277.27º | 0.65% | 0.6% | - |
| HSV(B) | 277.27º | 0.6% | 0.86% | - |
| XYZ | 32.56 | 20.37 | 69.23 | - |
| YUV | 126.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 87 | 219 | 0.23 | 0.60 | 0 | 0.14 | 277.27 | 0.65 | 0.6 |
| Hex | A9 | 57 | DB | 17 | 3C | 0 | E | 115 | 41 | 3C |
| Octal | 251 | 127 | 333 | 27 | 74 | 0 | 16 | 425 | 101 | 74 |
| Binary | 10101001 | 1010111 | 11011011 | 10111 | 111100 | 0 | 1110 | 100010101 | 1000001 | 111100 |
Color Harmonies of #A957DB
Complementary color
Monochromatic Colors of #A957DB
Black with #A957DB
Text Example
Text Example
White with #A957DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A957DB; }
p { color: rgb(169,87,219); }
H1.HeaderClassName
{
color: #A957DB;
}
.AnyTagClassName
{
color: #A957DB;
}
</style>
background-color css
<style>
a { background-color: #A957DB; }
a { background-color: rgb(169,87,219); }
div.DivClassName
{
background-color: #A957DB;
}
.BgClassName
{
background-color: #A957DB;
}
</style>
border-color css
<style>
span { border-color: #A957DB; }
span { border-color: rgb(169,87,219); }
td.TdClassName
{
border-color: #A957DB;
}
.TagClassName
{
border-color: #A957DB;
}
</style>