Shades of Medium Orchid #A953CF
Tints of Medium Orchid #A953CF
RGB
CMYK
RGB Variations
Color information
#A953CF (or 0xA953CF) is known color: Medium Orchid. HEX triplet: A9, 53 and CF. RGB value is (169,83,207). Sum of RGB (Red+Green+Blue) = 169+83+207=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A953CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953CF is #56AC30. Grayscale: #7A7A7A. Windows color (decimal): -5680177 or 13587369. OLE color: 13587369.
HSL color Cylindrical-coordinate representation of color #A953CF: hue angle of 281.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A953CF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 83 | 207 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.19 |
| HSL | 281.61º | 0.56% | 0.57% | - |
| HSV(B) | 281.61º | 0.6% | 0.81% | - |
| XYZ | 30.72 | 19.13 | 61.1 | - |
| YUV | 122.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 207 | 0.18 | 0.60 | 0 | 0.19 | 281.61 | 0.56 | 0.57 |
| Hex | A9 | 53 | CF | 12 | 3C | 0 | 13 | 11A | 38 | 39 |
| Octal | 251 | 123 | 317 | 22 | 74 | 0 | 23 | 432 | 70 | 71 |
| Binary | 10101001 | 1010011 | 11001111 | 10010 | 111100 | 0 | 10011 | 100011010 | 111000 | 111001 |
Color Harmonies of #A953CF
Complementary color
Monochromatic Colors of #A953CF
Black with #A953CF
Text Example
Text Example
White with #A953CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953CF; }
p { color: rgb(169,83,207); }
H1.HeaderClassName
{
color: #A953CF;
}
.AnyTagClassName
{
color: #A953CF;
}
</style>
background-color css
<style>
a { background-color: #A953CF; }
a { background-color: rgb(169,83,207); }
div.DivClassName
{
background-color: #A953CF;
}
.BgClassName
{
background-color: #A953CF;
}
</style>
border-color css
<style>
span { border-color: #A953CF; }
span { border-color: rgb(169,83,207); }
td.TdClassName
{
border-color: #A953CF;
}
.TagClassName
{
border-color: #A953CF;
}
</style>