Shades of Medium Orchid #A852CA
Tints of Medium Orchid #A852CA
RGB
CMYK
RGB Variations
Color information
#A852CA (or 0xA852CA) is known color: Medium Orchid. HEX triplet: A8, 52 and CA. RGB value is (168,82,202). Sum of RGB (Red+Green+Blue) = 168+82+202=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A852CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CA is #57AD35. Grayscale: #797979. Windows color (decimal): -5745974 or 13259432. OLE color: 13259432.
HSL color Cylindrical-coordinate representation of color #A852CA: hue angle of 283º 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 #A852CA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 82 | 202 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.21 |
| HSL | 283º | 0.53% | 0.56% | - |
| HSV(B) | 283º | 0.59% | 0.79% | - |
| XYZ | 29.83 | 18.62 | 57.9 | - |
| YUV | 121.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 202 | 0.17 | 0.59 | 0 | 0.21 | 283 | 0.53 | 0.56 |
| Hex | A8 | 52 | CA | 11 | 3B | 0 | 15 | 11B | 35 | 38 |
| Octal | 250 | 122 | 312 | 21 | 73 | 0 | 25 | 433 | 65 | 70 |
| Binary | 10101000 | 1010010 | 11001010 | 10001 | 111011 | 0 | 10101 | 100011011 | 110101 | 111000 |
Color Harmonies of #A852CA
Complementary color
Monochromatic Colors of #A852CA
Black with #A852CA
Text Example
Text Example
White with #A852CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852CA; }
p { color: rgb(168,82,202); }
H1.HeaderClassName
{
color: #A852CA;
}
.AnyTagClassName
{
color: #A852CA;
}
</style>
background-color css
<style>
a { background-color: #A852CA; }
a { background-color: rgb(168,82,202); }
div.DivClassName
{
background-color: #A852CA;
}
.BgClassName
{
background-color: #A852CA;
}
</style>
border-color css
<style>
span { border-color: #A852CA; }
span { border-color: rgb(168,82,202); }
td.TdClassName
{
border-color: #A852CA;
}
.TagClassName
{
border-color: #A852CA;
}
</style>