Shades of Medium Orchid #A852D8
Tints of Medium Orchid #A852D8
RGB
CMYK
RGB Variations
Color information
#A852D8 (or 0xA852D8) is known color: Medium Orchid. HEX triplet: A8, 52 and D8. RGB value is (168,82,216). Sum of RGB (Red+Green+Blue) = 168+82+216=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #A852D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852D8 is #57AD27. Grayscale: #7A7A7A. Windows color (decimal): -5745960 or 14176936. OLE color: 14176936.
HSL color Cylindrical-coordinate representation of color #A852D8: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A852D8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 82 | 216 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.15 |
| HSL | 278.51º | 0.63% | 0.58% | - |
| HSV(B) | 278.51º | 0.62% | 0.85% | - |
| XYZ | 31.56 | 19.32 | 67.03 | - |
| YUV | 122.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 216 | 0.22 | 0.62 | 0 | 0.15 | 278.51 | 0.63 | 0.58 |
| Hex | A8 | 52 | D8 | 16 | 3E | 0 | F | 117 | 3F | 3A |
| Octal | 250 | 122 | 330 | 26 | 76 | 0 | 17 | 427 | 77 | 72 |
| Binary | 10101000 | 1010010 | 11011000 | 10110 | 111110 | 0 | 1111 | 100010111 | 111111 | 111010 |
Color Harmonies of #A852D8
Complementary color
Monochromatic Colors of #A852D8
Black with #A852D8
Text Example
Text Example
White with #A852D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852D8; }
p { color: rgb(168,82,216); }
H1.HeaderClassName
{
color: #A852D8;
}
.AnyTagClassName
{
color: #A852D8;
}
</style>
background-color css
<style>
a { background-color: #A852D8; }
a { background-color: rgb(168,82,216); }
div.DivClassName
{
background-color: #A852D8;
}
.BgClassName
{
background-color: #A852D8;
}
</style>
border-color css
<style>
span { border-color: #A852D8; }
span { border-color: rgb(168,82,216); }
td.TdClassName
{
border-color: #A852D8;
}
.TagClassName
{
border-color: #A852D8;
}
</style>