Shades of Medium Orchid #A852D0
Tints of Medium Orchid #A852D0
RGB
CMYK
RGB Variations
Color information
#A852D0 (or 0xA852D0) is known color: Medium Orchid. HEX triplet: A8, 52 and D0. RGB value is (168,82,208). Sum of RGB (Red+Green+Blue) = 168+82+208=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #A852D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852D0 is #57AD2F. Grayscale: #797979. Windows color (decimal): -5745968 or 13652648. OLE color: 13652648.
HSL color Cylindrical-coordinate representation of color #A852D0: hue angle of 280.95º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A852D0 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 82 | 208 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.18 |
| HSL | 280.95º | 0.57% | 0.57% | - |
| HSV(B) | 280.95º | 0.61% | 0.82% | - |
| XYZ | 30.55 | 18.91 | 61.71 | - |
| YUV | 122.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 208 | 0.19 | 0.61 | 0 | 0.18 | 280.95 | 0.57 | 0.57 |
| Hex | A8 | 52 | D0 | 13 | 3D | 0 | 12 | 119 | 39 | 39 |
| Octal | 250 | 122 | 320 | 23 | 75 | 0 | 22 | 431 | 71 | 71 |
| Binary | 10101000 | 1010010 | 11010000 | 10011 | 111101 | 0 | 10010 | 100011001 | 111001 | 111001 |
Color Harmonies of #A852D0
Complementary color
Monochromatic Colors of #A852D0
Black with #A852D0
Text Example
Text Example
White with #A852D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852D0; }
p { color: rgb(168,82,208); }
H1.HeaderClassName
{
color: #A852D0;
}
.AnyTagClassName
{
color: #A852D0;
}
</style>
background-color css
<style>
a { background-color: #A852D0; }
a { background-color: rgb(168,82,208); }
div.DivClassName
{
background-color: #A852D0;
}
.BgClassName
{
background-color: #A852D0;
}
</style>
border-color css
<style>
span { border-color: #A852D0; }
span { border-color: rgb(168,82,208); }
td.TdClassName
{
border-color: #A852D0;
}
.TagClassName
{
border-color: #A852D0;
}
</style>