Shades of Medium Orchid #A852F0
Tints of Medium Orchid #A852F0
RGB
CMYK
RGB Variations
Color information
#A852F0 (or 0xA852F0) is known color: Medium Orchid. HEX triplet: A8, 52 and F0. RGB value is (168,82,240). Sum of RGB (Red+Green+Blue) = 168+82+240=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #A852F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852F0 is #57AD0F. Grayscale: #7D7D7D. Windows color (decimal): -5745936 or 15749800. OLE color: 15749800.
HSL color Cylindrical-coordinate representation of color #A852F0: hue angle of 272.66º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A852F0 is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 82 | 240 | - |
| CMYK | 0.3 | 0.66 | 0 | 0.06 |
| HSL | 272.66º | 0.84% | 0.63% | - |
| HSV(B) | 272.66º | 0.66% | 0.94% | - |
| XYZ | 34.89 | 20.65 | 84.58 | - |
| YUV | 125.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 240 | 0.3 | 0.66 | 0 | 0.06 | 272.66 | 0.84 | 0.63 |
| Hex | A8 | 52 | F0 | 1E | 42 | 0 | 6 | 111 | 54 | 3F |
| Octal | 250 | 122 | 360 | 36 | 102 | 0 | 6 | 421 | 124 | 77 |
| Binary | 10101000 | 1010010 | 11110000 | 11110 | 1000010 | 0 | 110 | 100010001 | 1010100 | 111111 |
Color Harmonies of #A852F0
Complementary color
Monochromatic Colors of #A852F0
Black with #A852F0
Text Example
Text Example
White with #A852F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852F0; }
p { color: rgb(168,82,240); }
H1.HeaderClassName
{
color: #A852F0;
}
.AnyTagClassName
{
color: #A852F0;
}
</style>
background-color css
<style>
a { background-color: #A852F0; }
a { background-color: rgb(168,82,240); }
div.DivClassName
{
background-color: #A852F0;
}
.BgClassName
{
background-color: #A852F0;
}
</style>
border-color css
<style>
span { border-color: #A852F0; }
span { border-color: rgb(168,82,240); }
td.TdClassName
{
border-color: #A852F0;
}
.TagClassName
{
border-color: #A852F0;
}
</style>