Shades of Medium Orchid #A852CB
Tints of Medium Orchid #A852CB
RGB
CMYK
RGB Variations
Color information
#A852CB (or 0xA852CB) is known color: Medium Orchid. HEX triplet: A8, 52 and CB. RGB value is (168,82,203). Sum of RGB (Red+Green+Blue) = 168+82+203=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #A852CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CB is #57AD34. Grayscale: #797979. Windows color (decimal): -5745973 or 13324968. OLE color: 13324968.
HSL color Cylindrical-coordinate representation of color #A852CB: hue angle of 282.64º degrees, saturation: 0.54, 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 #A852CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 82 | 203 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.20 |
| HSL | 282.64º | 0.54% | 0.56% | - |
| HSV(B) | 282.64º | 0.6% | 0.8% | - |
| XYZ | 29.95 | 18.67 | 58.53 | - |
| YUV | 121.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 203 | 0.17 | 0.60 | 0 | 0.20 | 282.64 | 0.54 | 0.56 |
| Hex | A8 | 52 | CB | 11 | 3C | 0 | 14 | 11B | 36 | 38 |
| Octal | 250 | 122 | 313 | 21 | 74 | 0 | 24 | 433 | 66 | 70 |
| Binary | 10101000 | 1010010 | 11001011 | 10001 | 111100 | 0 | 10100 | 100011011 | 110110 | 111000 |
Color Harmonies of #A852CB
Complementary color
Monochromatic Colors of #A852CB
Black with #A852CB
Text Example
Text Example
White with #A852CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852CB; }
p { color: rgb(168,82,203); }
H1.HeaderClassName
{
color: #A852CB;
}
.AnyTagClassName
{
color: #A852CB;
}
</style>
background-color css
<style>
a { background-color: #A852CB; }
a { background-color: rgb(168,82,203); }
div.DivClassName
{
background-color: #A852CB;
}
.BgClassName
{
background-color: #A852CB;
}
</style>
border-color css
<style>
span { border-color: #A852CB; }
span { border-color: rgb(168,82,203); }
td.TdClassName
{
border-color: #A852CB;
}
.TagClassName
{
border-color: #A852CB;
}
</style>