Shades of Medium Orchid #A852EB
Tints of Medium Orchid #A852EB
RGB
CMYK
RGB Variations
Color information
#A852EB (or 0xA852EB) is known color: Medium Orchid. HEX triplet: A8, 52 and EB. RGB value is (168,82,235). Sum of RGB (Red+Green+Blue) = 168+82+235=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #A852EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852EB is #57AD14. Grayscale: #7C7C7C. Windows color (decimal): -5745941 or 15422120. OLE color: 15422120.
HSL color Cylindrical-coordinate representation of color #A852EB: hue angle of 273.73º degrees, saturation: 0.79, 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 #A852EB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 82 | 235 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.08 |
| HSL | 273.73º | 0.79% | 0.62% | - |
| HSV(B) | 273.73º | 0.65% | 0.92% | - |
| XYZ | 34.16 | 20.36 | 80.73 | - |
| YUV | 125.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 235 | 0.29 | 0.65 | 0 | 0.08 | 273.73 | 0.79 | 0.62 |
| Hex | A8 | 52 | EB | 1D | 41 | 0 | 8 | 112 | 4F | 3E |
| Octal | 250 | 122 | 353 | 35 | 101 | 0 | 10 | 422 | 117 | 76 |
| Binary | 10101000 | 1010010 | 11101011 | 11101 | 1000001 | 0 | 1000 | 100010010 | 1001111 | 111110 |
Color Harmonies of #A852EB
Complementary color
Monochromatic Colors of #A852EB
Black with #A852EB
Text Example
Text Example
White with #A852EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A852EB; }
p { color: rgb(168,82,235); }
H1.HeaderClassName
{
color: #A852EB;
}
.AnyTagClassName
{
color: #A852EB;
}
</style>
background-color css
<style>
a { background-color: #A852EB; }
a { background-color: rgb(168,82,235); }
div.DivClassName
{
background-color: #A852EB;
}
.BgClassName
{
background-color: #A852EB;
}
</style>
border-color css
<style>
span { border-color: #A852EB; }
span { border-color: rgb(168,82,235); }
td.TdClassName
{
border-color: #A852EB;
}
.TagClassName
{
border-color: #A852EB;
}
</style>