Shades of Medium Orchid #A958DF
Tints of Medium Orchid #A958DF
RGB
CMYK
RGB Variations
Color information
#A958DF (or 0xA958DF) is known color: Medium Orchid. HEX triplet: A9, 58 and DF. RGB value is (169,88,223). Sum of RGB (Red+Green+Blue) = 169+88+223=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #A958DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958DF is #56A720. Grayscale: #7F7F7F. Windows color (decimal): -5678881 or 14637225. OLE color: 14637225.
HSL color Cylindrical-coordinate representation of color #A958DF: hue angle of 276º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A958DF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 88 | 223 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.13 |
| HSL | 276º | 0.68% | 0.61% | - |
| HSV(B) | 276º | 0.61% | 0.87% | - |
| XYZ | 33.17 | 20.74 | 72.07 | - |
| YUV | 127.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 223 | 0.24 | 0.61 | 0 | 0.13 | 276 | 0.68 | 0.61 |
| Hex | A9 | 58 | DF | 18 | 3D | 0 | D | 114 | 44 | 3D |
| Octal | 251 | 130 | 337 | 30 | 75 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101001 | 1011000 | 11011111 | 11000 | 111101 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #A958DF
Complementary color
Monochromatic Colors of #A958DF
Black with #A958DF
Text Example
Text Example
White with #A958DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958DF; }
p { color: rgb(169,88,223); }
H1.HeaderClassName
{
color: #A958DF;
}
.AnyTagClassName
{
color: #A958DF;
}
</style>
background-color css
<style>
a { background-color: #A958DF; }
a { background-color: rgb(169,88,223); }
div.DivClassName
{
background-color: #A958DF;
}
.BgClassName
{
background-color: #A958DF;
}
</style>
border-color css
<style>
span { border-color: #A958DF; }
span { border-color: rgb(169,88,223); }
td.TdClassName
{
border-color: #A958DF;
}
.TagClassName
{
border-color: #A958DF;
}
</style>