Shades of Medium Orchid #A653EE
Tints of Medium Orchid #A653EE
RGB
CMYK
RGB Variations
Color information
#A653EE (or 0xA653EE) is known color: Medium Orchid. HEX triplet: A6, 53 and EE. RGB value is (166,83,238). Sum of RGB (Red+Green+Blue) = 166+83+238=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A653EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A653EE is #59AC11. Grayscale: #7C7C7C. Windows color (decimal): -5876754 or 15618982. OLE color: 15618982.
HSL color Cylindrical-coordinate representation of color #A653EE: hue angle of 272.13º 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 #A653EE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 83 | 238 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.13º | 0.82% | 0.63% | - |
| HSV(B) | 272.13º | 0.65% | 0.93% | - |
| XYZ | 34.25 | 20.47 | 83.03 | - |
| YUV | 125.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 238 | 0.30 | 0.65 | 0 | 0.07 | 272.13 | 0.82 | 0.63 |
| Hex | A6 | 53 | EE | 1E | 41 | 0 | 7 | 110 | 52 | 3F |
| Octal | 246 | 123 | 356 | 36 | 101 | 0 | 7 | 420 | 122 | 77 |
| Binary | 10100110 | 1010011 | 11101110 | 11110 | 1000001 | 0 | 111 | 100010000 | 1010010 | 111111 |
Color Harmonies of #A653EE
Complementary color
Monochromatic Colors of #A653EE
Black with #A653EE
Text Example
Text Example
White with #A653EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653EE; }
p { color: rgb(166,83,238); }
H1.HeaderClassName
{
color: #A653EE;
}
.AnyTagClassName
{
color: #A653EE;
}
</style>
background-color css
<style>
a { background-color: #A653EE; }
a { background-color: rgb(166,83,238); }
div.DivClassName
{
background-color: #A653EE;
}
.BgClassName
{
background-color: #A653EE;
}
</style>
border-color css
<style>
span { border-color: #A653EE; }
span { border-color: rgb(166,83,238); }
td.TdClassName
{
border-color: #A653EE;
}
.TagClassName
{
border-color: #A653EE;
}
</style>