Shades of Medium Orchid #A852EA
Tints of Medium Orchid #A852EA
RGB
CMYK
RGB Variations
Color information
#A852EA (or 0xA852EA) is known color: Medium Orchid. HEX triplet: A8, 52 and EA. RGB value is (168,82,234). Sum of RGB (Red+Green+Blue) = 168+82+234=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #A852EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852EA is #57AD15. Grayscale: #7C7C7C. Windows color (decimal): -5745942 or 15356584. OLE color: 15356584.
HSL color Cylindrical-coordinate representation of color #A852EA: hue angle of 273.95º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A852EA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 82 | 234 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.08 |
| HSL | 273.95º | 0.78% | 0.62% | - |
| HSV(B) | 273.95º | 0.65% | 0.92% | - |
| XYZ | 34.02 | 20.3 | 79.97 | - |
| YUV | 125.04 | 189.49 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 234 | 0.28 | 0.65 | 0 | 0.08 | 273.95 | 0.78 | 0.62 |
| Hex | A8 | 52 | EA | 1C | 41 | 0 | 8 | 112 | 4E | 3E |
| Octal | 250 | 122 | 352 | 34 | 101 | 0 | 10 | 422 | 116 | 76 |
| Binary | 10101000 | 1010010 | 11101010 | 11100 | 1000001 | 0 | 1000 | 100010010 | 1001110 | 111110 |
Color Harmonies of #A852EA
Complementary color
Monochromatic Colors of #A852EA
Black with #A852EA
Text Example
Text Example
White with #A852EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852EA; }
p { color: rgb(168,82,234); }
H1.HeaderClassName
{
color: #A852EA;
}
.AnyTagClassName
{
color: #A852EA;
}
</style>
background-color css
<style>
a { background-color: #A852EA; }
a { background-color: rgb(168,82,234); }
div.DivClassName
{
background-color: #A852EA;
}
.BgClassName
{
background-color: #A852EA;
}
</style>
border-color css
<style>
span { border-color: #A852EA; }
span { border-color: rgb(168,82,234); }
td.TdClassName
{
border-color: #A852EA;
}
.TagClassName
{
border-color: #A852EA;
}
</style>