Shades of Medium Orchid #A953DF
Tints of Medium Orchid #A953DF
RGB
CMYK
RGB Variations
Color information
#A953DF (or 0xA953DF) is known color: Medium Orchid. HEX triplet: A9, 53 and DF. RGB value is (169,83,223). Sum of RGB (Red+Green+Blue) = 169+83+223=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A953DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DF is #56AC20. Grayscale: #7C7C7C. Windows color (decimal): -5680161 or 14635945. OLE color: 14635945.
HSL color Cylindrical-coordinate representation of color #A953DF: hue angle of 276.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A953DF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 83 | 223 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.13 |
| HSL | 276.86º | 0.69% | 0.6% | - |
| HSV(B) | 276.86º | 0.63% | 0.87% | - |
| XYZ | 32.77 | 19.95 | 71.94 | - |
| YUV | 124.67 | 183.49 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 223 | 0.24 | 0.63 | 0 | 0.13 | 276.86 | 0.69 | 0.6 |
| Hex | A9 | 53 | DF | 18 | 3F | 0 | D | 115 | 45 | 3C |
| Octal | 251 | 123 | 337 | 30 | 77 | 0 | 15 | 425 | 105 | 74 |
| Binary | 10101001 | 1010011 | 11011111 | 11000 | 111111 | 0 | 1101 | 100010101 | 1000101 | 111100 |
Color Harmonies of #A953DF
Complementary color
Monochromatic Colors of #A953DF
Black with #A953DF
Text Example
Text Example
White with #A953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953DF; }
p { color: rgb(169,83,223); }
H1.HeaderClassName
{
color: #A953DF;
}
.AnyTagClassName
{
color: #A953DF;
}
</style>
background-color css
<style>
a { background-color: #A953DF; }
a { background-color: rgb(169,83,223); }
div.DivClassName
{
background-color: #A953DF;
}
.BgClassName
{
background-color: #A953DF;
}
</style>
border-color css
<style>
span { border-color: #A953DF; }
span { border-color: rgb(169,83,223); }
td.TdClassName
{
border-color: #A953DF;
}
.TagClassName
{
border-color: #A953DF;
}
</style>