Shades of Medium Orchid #A652EC
Tints of Medium Orchid #A652EC
RGB
CMYK
RGB Variations
Color information
#A652EC (or 0xA652EC) is known color: Medium Orchid. HEX triplet: A6, 52 and EC. RGB value is (166,82,236). Sum of RGB (Red+Green+Blue) = 166+82+236=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A652EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A652EC is #59AD13. Grayscale: #7C7C7C. Windows color (decimal): -5877012 or 15487654. OLE color: 15487654.
HSL color Cylindrical-coordinate representation of color #A652EC: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A652EC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 82 | 236 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.73º | 0.8% | 0.62% | - |
| HSV(B) | 272.73º | 0.65% | 0.93% | - |
| XYZ | 33.88 | 20.2 | 81.47 | - |
| YUV | 124.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 236 | 0.30 | 0.65 | 0 | 0.07 | 272.73 | 0.8 | 0.62 |
| Hex | A6 | 52 | EC | 1E | 41 | 0 | 7 | 111 | 50 | 3E |
| Octal | 246 | 122 | 354 | 36 | 101 | 0 | 7 | 421 | 120 | 76 |
| Binary | 10100110 | 1010010 | 11101100 | 11110 | 1000001 | 0 | 111 | 100010001 | 1010000 | 111110 |
Color Harmonies of #A652EC
Complementary color
Monochromatic Colors of #A652EC
Black with #A652EC
Text Example
Text Example
White with #A652EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652EC; }
p { color: rgb(166,82,236); }
H1.HeaderClassName
{
color: #A652EC;
}
.AnyTagClassName
{
color: #A652EC;
}
</style>
background-color css
<style>
a { background-color: #A652EC; }
a { background-color: rgb(166,82,236); }
div.DivClassName
{
background-color: #A652EC;
}
.BgClassName
{
background-color: #A652EC;
}
</style>
border-color css
<style>
span { border-color: #A652EC; }
span { border-color: rgb(166,82,236); }
td.TdClassName
{
border-color: #A652EC;
}
.TagClassName
{
border-color: #A652EC;
}
</style>