Shades of Medium Orchid #A852EE
Tints of Medium Orchid #A852EE
RGB
CMYK
RGB Variations
Color information
#A852EE (or 0xA852EE) is known color: Medium Orchid. HEX triplet: A8, 52 and EE. RGB value is (168,82,238). Sum of RGB (Red+Green+Blue) = 168+82+238=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #A852EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852EE is #57AD11. Grayscale: #7C7C7C. Windows color (decimal): -5745938 or 15618728. OLE color: 15618728.
HSL color Cylindrical-coordinate representation of color #A852EE: hue angle of 273.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A852EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 82 | 238 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.07 |
| HSL | 273.08º | 0.82% | 0.63% | - |
| HSV(B) | 273.08º | 0.66% | 0.93% | - |
| XYZ | 34.6 | 20.53 | 83.03 | - |
| YUV | 125.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 238 | 0.29 | 0.66 | 0 | 0.07 | 273.08 | 0.82 | 0.63 |
| Hex | A8 | 52 | EE | 1D | 42 | 0 | 7 | 111 | 52 | 3F |
| Octal | 250 | 122 | 356 | 35 | 102 | 0 | 7 | 421 | 122 | 77 |
| Binary | 10101000 | 1010010 | 11101110 | 11101 | 1000010 | 0 | 111 | 100010001 | 1010010 | 111111 |
Color Harmonies of #A852EE
Complementary color
Monochromatic Colors of #A852EE
Black with #A852EE
Text Example
Text Example
White with #A852EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852EE; }
p { color: rgb(168,82,238); }
H1.HeaderClassName
{
color: #A852EE;
}
.AnyTagClassName
{
color: #A852EE;
}
</style>
background-color css
<style>
a { background-color: #A852EE; }
a { background-color: rgb(168,82,238); }
div.DivClassName
{
background-color: #A852EE;
}
.BgClassName
{
background-color: #A852EE;
}
</style>
border-color css
<style>
span { border-color: #A852EE; }
span { border-color: rgb(168,82,238); }
td.TdClassName
{
border-color: #A852EE;
}
.TagClassName
{
border-color: #A852EE;
}
</style>