Shades of Medium Orchid #A852EF
Tints of Medium Orchid #A852EF
RGB
CMYK
RGB Variations
Color information
#A852EF (or 0xA852EF) is known color: Medium Orchid. HEX triplet: A8, 52 and EF. RGB value is (168,82,239). Sum of RGB (Red+Green+Blue) = 168+82+239=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #A852EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852EF is #57AD10. Grayscale: #7D7D7D. Windows color (decimal): -5745937 or 15684264. OLE color: 15684264.
HSL color Cylindrical-coordinate representation of color #A852EF: hue angle of 272.87º degrees, saturation: 0.83, 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 #A852EF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 82 | 239 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.06 |
| HSL | 272.87º | 0.83% | 0.63% | - |
| HSV(B) | 272.87º | 0.66% | 0.94% | - |
| XYZ | 34.75 | 20.59 | 83.8 | - |
| YUV | 125.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 239 | 0.30 | 0.66 | 0 | 0.06 | 272.87 | 0.83 | 0.63 |
| Hex | A8 | 52 | EF | 1E | 42 | 0 | 6 | 111 | 53 | 3F |
| Octal | 250 | 122 | 357 | 36 | 102 | 0 | 6 | 421 | 123 | 77 |
| Binary | 10101000 | 1010010 | 11101111 | 11110 | 1000010 | 0 | 110 | 100010001 | 1010011 | 111111 |
Color Harmonies of #A852EF
Complementary color
Monochromatic Colors of #A852EF
Black with #A852EF
Text Example
Text Example
White with #A852EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852EF; }
p { color: rgb(168,82,239); }
H1.HeaderClassName
{
color: #A852EF;
}
.AnyTagClassName
{
color: #A852EF;
}
</style>
background-color css
<style>
a { background-color: #A852EF; }
a { background-color: rgb(168,82,239); }
div.DivClassName
{
background-color: #A852EF;
}
.BgClassName
{
background-color: #A852EF;
}
</style>
border-color css
<style>
span { border-color: #A852EF; }
span { border-color: rgb(168,82,239); }
td.TdClassName
{
border-color: #A852EF;
}
.TagClassName
{
border-color: #A852EF;
}
</style>