Shades of Medium Orchid #A652ED
Tints of Medium Orchid #A652ED
RGB
CMYK
RGB Variations
Color information
#A652ED (or 0xA652ED) is known color: Medium Orchid. HEX triplet: A6, 52 and ED. RGB value is (166,82,237). Sum of RGB (Red+Green+Blue) = 166+82+237=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A652ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A652ED is #59AD12. Grayscale: #7C7C7C. Windows color (decimal): -5877011 or 15553190. OLE color: 15553190.
HSL color Cylindrical-coordinate representation of color #A652ED: hue angle of 272.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A652ED is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 82 | 237 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.52º | 0.81% | 0.63% | - |
| HSV(B) | 272.52º | 0.65% | 0.93% | - |
| XYZ | 34.03 | 20.26 | 82.24 | - |
| YUV | 124.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 237 | 0.30 | 0.65 | 0 | 0.07 | 272.52 | 0.81 | 0.63 |
| Hex | A6 | 52 | ED | 1E | 41 | 0 | 7 | 111 | 51 | 3F |
| Octal | 246 | 122 | 355 | 36 | 101 | 0 | 7 | 421 | 121 | 77 |
| Binary | 10100110 | 1010010 | 11101101 | 11110 | 1000001 | 0 | 111 | 100010001 | 1010001 | 111111 |
Color Harmonies of #A652ED
Complementary color
Monochromatic Colors of #A652ED
Black with #A652ED
Text Example
Text Example
White with #A652ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652ED; }
p { color: rgb(166,82,237); }
H1.HeaderClassName
{
color: #A652ED;
}
.AnyTagClassName
{
color: #A652ED;
}
</style>
background-color css
<style>
a { background-color: #A652ED; }
a { background-color: rgb(166,82,237); }
div.DivClassName
{
background-color: #A652ED;
}
.BgClassName
{
background-color: #A652ED;
}
</style>
border-color css
<style>
span { border-color: #A652ED; }
span { border-color: rgb(166,82,237); }
td.TdClassName
{
border-color: #A652ED;
}
.TagClassName
{
border-color: #A652ED;
}
</style>