Shades of Medium Orchid #A958DB
Tints of Medium Orchid #A958DB
RGB
CMYK
RGB Variations
Color information
#A958DB (or 0xA958DB) is known color: Medium Orchid. HEX triplet: A9, 58 and DB. RGB value is (169,88,219). Sum of RGB (Red+Green+Blue) = 169+88+219=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A958DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958DB is #56A724. Grayscale: #7E7E7E. Windows color (decimal): -5678885 or 14375081. OLE color: 14375081.
HSL color Cylindrical-coordinate representation of color #A958DB: hue angle of 277.1º 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 #A958DB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 88 | 219 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.14 |
| HSL | 277.1º | 0.65% | 0.6% | - |
| HSV(B) | 277.1º | 0.6% | 0.86% | - |
| XYZ | 32.64 | 20.53 | 69.26 | - |
| YUV | 127.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 219 | 0.23 | 0.60 | 0 | 0.14 | 277.1 | 0.65 | 0.6 |
| Hex | A9 | 58 | DB | 17 | 3C | 0 | E | 115 | 41 | 3C |
| Octal | 251 | 130 | 333 | 27 | 74 | 0 | 16 | 425 | 101 | 74 |
| Binary | 10101001 | 1011000 | 11011011 | 10111 | 111100 | 0 | 1110 | 100010101 | 1000001 | 111100 |
Color Harmonies of #A958DB
Complementary color
Monochromatic Colors of #A958DB
Black with #A958DB
Text Example
Text Example
White with #A958DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958DB; }
p { color: rgb(169,88,219); }
H1.HeaderClassName
{
color: #A958DB;
}
.AnyTagClassName
{
color: #A958DB;
}
</style>
background-color css
<style>
a { background-color: #A958DB; }
a { background-color: rgb(169,88,219); }
div.DivClassName
{
background-color: #A958DB;
}
.BgClassName
{
background-color: #A958DB;
}
</style>
border-color css
<style>
span { border-color: #A958DB; }
span { border-color: rgb(169,88,219); }
td.TdClassName
{
border-color: #A958DB;
}
.TagClassName
{
border-color: #A958DB;
}
</style>