Shades of Medium Orchid #A953CD
Tints of Medium Orchid #A953CD
RGB
CMYK
RGB Variations
Color information
#A953CD (or 0xA953CD) is known color: Medium Orchid. HEX triplet: A9, 53 and CD. RGB value is (169,83,205). Sum of RGB (Red+Green+Blue) = 169+83+205=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A953CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953CD is #56AC32. Grayscale: #7A7A7A. Windows color (decimal): -5680179 or 13456297. OLE color: 13456297.
HSL color Cylindrical-coordinate representation of color #A953CD: hue angle of 282.3º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A953CD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 83 | 205 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.20 |
| HSL | 282.3º | 0.55% | 0.56% | - |
| HSV(B) | 282.3º | 0.6% | 0.8% | - |
| XYZ | 30.47 | 19.03 | 59.82 | - |
| YUV | 122.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 205 | 0.18 | 0.60 | 0 | 0.20 | 282.3 | 0.55 | 0.56 |
| Hex | A9 | 53 | CD | 12 | 3C | 0 | 14 | 11A | 37 | 38 |
| Octal | 251 | 123 | 315 | 22 | 74 | 0 | 24 | 432 | 67 | 70 |
| Binary | 10101001 | 1010011 | 11001101 | 10010 | 111100 | 0 | 10100 | 100011010 | 110111 | 111000 |
Color Harmonies of #A953CD
Complementary color
Monochromatic Colors of #A953CD
Black with #A953CD
Text Example
Text Example
White with #A953CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A953CD; }
p { color: rgb(169,83,205); }
H1.HeaderClassName
{
color: #A953CD;
}
.AnyTagClassName
{
color: #A953CD;
}
</style>
background-color css
<style>
a { background-color: #A953CD; }
a { background-color: rgb(169,83,205); }
div.DivClassName
{
background-color: #A953CD;
}
.BgClassName
{
background-color: #A953CD;
}
</style>
border-color css
<style>
span { border-color: #A953CD; }
span { border-color: rgb(169,83,205); }
td.TdClassName
{
border-color: #A953CD;
}
.TagClassName
{
border-color: #A953CD;
}
</style>