Shades of Medium Orchid #A753EE
Tints of Medium Orchid #A753EE
RGB
CMYK
RGB Variations
Color information
#A753EE (or 0xA753EE) is known color: Medium Orchid. HEX triplet: A7, 53 and EE. RGB value is (167,83,238). Sum of RGB (Red+Green+Blue) = 167+83+238=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #A753EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A753EE is #58AC11. Grayscale: #7D7D7D. Windows color (decimal): -5811218 or 15618983. OLE color: 15618983.
HSL color Cylindrical-coordinate representation of color #A753EE: hue angle of 272.52º degrees, saturation: 0.82, 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 #A753EE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 83 | 238 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.52º | 0.82% | 0.63% | - |
| HSV(B) | 272.52º | 0.65% | 0.93% | - |
| XYZ | 34.46 | 20.58 | 83.04 | - |
| YUV | 125.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 83 | 238 | 0.30 | 0.65 | 0 | 0.07 | 272.52 | 0.82 | 0.63 |
| Hex | A7 | 53 | EE | 1E | 41 | 0 | 7 | 111 | 52 | 3F |
| Octal | 247 | 123 | 356 | 36 | 101 | 0 | 7 | 421 | 122 | 77 |
| Binary | 10100111 | 1010011 | 11101110 | 11110 | 1000001 | 0 | 111 | 100010001 | 1010010 | 111111 |
Color Harmonies of #A753EE
Complementary color
Monochromatic Colors of #A753EE
Black with #A753EE
Text Example
Text Example
White with #A753EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A753EE; }
p { color: rgb(167,83,238); }
H1.HeaderClassName
{
color: #A753EE;
}
.AnyTagClassName
{
color: #A753EE;
}
</style>
background-color css
<style>
a { background-color: #A753EE; }
a { background-color: rgb(167,83,238); }
div.DivClassName
{
background-color: #A753EE;
}
.BgClassName
{
background-color: #A753EE;
}
</style>
border-color css
<style>
span { border-color: #A753EE; }
span { border-color: rgb(167,83,238); }
td.TdClassName
{
border-color: #A753EE;
}
.TagClassName
{
border-color: #A753EE;
}
</style>