Shades of Medium Orchid #A852CF
Tints of Medium Orchid #A852CF
RGB
CMYK
RGB Variations
Color information
#A852CF (or 0xA852CF) is known color: Medium Orchid. HEX triplet: A8, 52 and CF. RGB value is (168,82,207). Sum of RGB (Red+Green+Blue) = 168+82+207=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A852CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CF is #57AD30. Grayscale: #797979. Windows color (decimal): -5745969 or 13587112. OLE color: 13587112.
HSL color Cylindrical-coordinate representation of color #A852CF: hue angle of 281.28º degrees, saturation: 0.57, 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 #A852CF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 82 | 207 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.19 |
| HSL | 281.28º | 0.57% | 0.57% | - |
| HSV(B) | 281.28º | 0.6% | 0.81% | - |
| XYZ | 30.43 | 18.86 | 61.07 | - |
| YUV | 121.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 207 | 0.19 | 0.60 | 0 | 0.19 | 281.28 | 0.57 | 0.57 |
| Hex | A8 | 52 | CF | 13 | 3C | 0 | 13 | 119 | 39 | 39 |
| Octal | 250 | 122 | 317 | 23 | 74 | 0 | 23 | 431 | 71 | 71 |
| Binary | 10101000 | 1010010 | 11001111 | 10011 | 111100 | 0 | 10011 | 100011001 | 111001 | 111001 |
Color Harmonies of #A852CF
Complementary color
Monochromatic Colors of #A852CF
Black with #A852CF
Text Example
Text Example
White with #A852CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852CF; }
p { color: rgb(168,82,207); }
H1.HeaderClassName
{
color: #A852CF;
}
.AnyTagClassName
{
color: #A852CF;
}
</style>
background-color css
<style>
a { background-color: #A852CF; }
a { background-color: rgb(168,82,207); }
div.DivClassName
{
background-color: #A852CF;
}
.BgClassName
{
background-color: #A852CF;
}
</style>
border-color css
<style>
span { border-color: #A852CF; }
span { border-color: rgb(168,82,207); }
td.TdClassName
{
border-color: #A852CF;
}
.TagClassName
{
border-color: #A852CF;
}
</style>