Shades of Medium Orchid #A752EC
Tints of Medium Orchid #A752EC
RGB
CMYK
RGB Variations
Color information
#A752EC (or 0xA752EC) is known color: Medium Orchid. HEX triplet: A7, 52 and EC. RGB value is (167,82,236). Sum of RGB (Red+Green+Blue) = 167+82+236=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A752EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752EC is #58AD13. Grayscale: #7C7C7C. Windows color (decimal): -5811476 or 15487655. OLE color: 15487655.
HSL color Cylindrical-coordinate representation of color #A752EC: hue angle of 273.12º 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 #A752EC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 82 | 236 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.07 |
| HSL | 273.12º | 0.8% | 0.62% | - |
| HSV(B) | 273.12º | 0.65% | 0.93% | - |
| XYZ | 34.09 | 20.31 | 81.48 | - |
| YUV | 124.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 236 | 0.29 | 0.65 | 0 | 0.07 | 273.12 | 0.8 | 0.62 |
| Hex | A7 | 52 | EC | 1D | 41 | 0 | 7 | 111 | 50 | 3E |
| Octal | 247 | 122 | 354 | 35 | 101 | 0 | 7 | 421 | 120 | 76 |
| Binary | 10100111 | 1010010 | 11101100 | 11101 | 1000001 | 0 | 111 | 100010001 | 1010000 | 111110 |
Color Harmonies of #A752EC
Complementary color
Monochromatic Colors of #A752EC
Black with #A752EC
Text Example
Text Example
White with #A752EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A752EC; }
p { color: rgb(167,82,236); }
H1.HeaderClassName
{
color: #A752EC;
}
.AnyTagClassName
{
color: #A752EC;
}
</style>
background-color css
<style>
a { background-color: #A752EC; }
a { background-color: rgb(167,82,236); }
div.DivClassName
{
background-color: #A752EC;
}
.BgClassName
{
background-color: #A752EC;
}
</style>
border-color css
<style>
span { border-color: #A752EC; }
span { border-color: rgb(167,82,236); }
td.TdClassName
{
border-color: #A752EC;
}
.TagClassName
{
border-color: #A752EC;
}
</style>