Shades of Medium Orchid #A853CA
Tints of Medium Orchid #A853CA
RGB
CMYK
RGB Variations
Color information
#A853CA (or 0xA853CA) is known color: Medium Orchid. HEX triplet: A8, 53 and CA. RGB value is (168,83,202). Sum of RGB (Red+Green+Blue) = 168+83+202=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #A853CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853CA is #57AC35. Grayscale: #797979. Windows color (decimal): -5745718 or 13259688. OLE color: 13259688.
HSL color Cylindrical-coordinate representation of color #A853CA: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A853CA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 83 | 202 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.21 |
| HSL | 282.86º | 0.53% | 0.56% | - |
| HSV(B) | 282.86º | 0.59% | 0.79% | - |
| XYZ | 29.9 | 18.78 | 57.93 | - |
| YUV | 121.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 202 | 0.17 | 0.59 | 0 | 0.21 | 282.86 | 0.53 | 0.56 |
| Hex | A8 | 53 | CA | 11 | 3B | 0 | 15 | 11B | 35 | 38 |
| Octal | 250 | 123 | 312 | 21 | 73 | 0 | 25 | 433 | 65 | 70 |
| Binary | 10101000 | 1010011 | 11001010 | 10001 | 111011 | 0 | 10101 | 100011011 | 110101 | 111000 |
Color Harmonies of #A853CA
Complementary color
Monochromatic Colors of #A853CA
Black with #A853CA
Text Example
Text Example
White with #A853CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A853CA; }
p { color: rgb(168,83,202); }
H1.HeaderClassName
{
color: #A853CA;
}
.AnyTagClassName
{
color: #A853CA;
}
</style>
background-color css
<style>
a { background-color: #A853CA; }
a { background-color: rgb(168,83,202); }
div.DivClassName
{
background-color: #A853CA;
}
.BgClassName
{
background-color: #A853CA;
}
</style>
border-color css
<style>
span { border-color: #A853CA; }
span { border-color: rgb(168,83,202); }
td.TdClassName
{
border-color: #A853CA;
}
.TagClassName
{
border-color: #A853CA;
}
</style>