Shades of Medium Orchid #A953DC
Tints of Medium Orchid #A953DC
RGB
CMYK
RGB Variations
Color information
#A953DC (or 0xA953DC) is known color: Medium Orchid. HEX triplet: A9, 53 and DC. RGB value is (169,83,220). Sum of RGB (Red+Green+Blue) = 169+83+220=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A953DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DC is #56AC23. Grayscale: #7B7B7B. Windows color (decimal): -5680164 or 14439337. OLE color: 14439337.
HSL color Cylindrical-coordinate representation of color #A953DC: hue angle of 277.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A953DC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 83 | 220 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.14 |
| HSL | 277.66º | 0.66% | 0.59% | - |
| HSV(B) | 277.66º | 0.62% | 0.86% | - |
| XYZ | 32.37 | 19.79 | 69.82 | - |
| YUV | 124.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 220 | 0.23 | 0.62 | 0 | 0.14 | 277.66 | 0.66 | 0.59 |
| Hex | A9 | 53 | DC | 17 | 3E | 0 | E | 116 | 42 | 3B |
| Octal | 251 | 123 | 334 | 27 | 76 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101001 | 1010011 | 11011100 | 10111 | 111110 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A953DC
Complementary color
Monochromatic Colors of #A953DC
Black with #A953DC
Text Example
Text Example
White with #A953DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953DC; }
p { color: rgb(169,83,220); }
H1.HeaderClassName
{
color: #A953DC;
}
.AnyTagClassName
{
color: #A953DC;
}
</style>
background-color css
<style>
a { background-color: #A953DC; }
a { background-color: rgb(169,83,220); }
div.DivClassName
{
background-color: #A953DC;
}
.BgClassName
{
background-color: #A953DC;
}
</style>
border-color css
<style>
span { border-color: #A953DC; }
span { border-color: rgb(169,83,220); }
td.TdClassName
{
border-color: #A953DC;
}
.TagClassName
{
border-color: #A953DC;
}
</style>