Shades of Medium Orchid #A552EE
Tints of Medium Orchid #A552EE
RGB
CMYK
RGB Variations
Color information
#A552EE (or 0xA552EE) is known color: Medium Orchid. HEX triplet: A5, 52 and EE. RGB value is (165,82,238). Sum of RGB (Red+Green+Blue) = 165+82+238=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A552EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552EE is #5AAD11. Grayscale: #7C7C7C. Windows color (decimal): -5942546 or 15618725. OLE color: 15618725.
HSL color Cylindrical-coordinate representation of color #A552EE: hue angle of 271.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A552EE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 82 | 238 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.92º | 0.82% | 0.63% | - |
| HSV(B) | 271.92º | 0.66% | 0.93% | - |
| XYZ | 33.97 | 20.21 | 83 | - |
| YUV | 124.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 238 | 0.31 | 0.66 | 0 | 0.07 | 271.92 | 0.82 | 0.63 |
| Hex | A5 | 52 | EE | 1F | 42 | 0 | 7 | 110 | 52 | 3F |
| Octal | 245 | 122 | 356 | 37 | 102 | 0 | 7 | 420 | 122 | 77 |
| Binary | 10100101 | 1010010 | 11101110 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010010 | 111111 |
Color Harmonies of #A552EE
Complementary color
Monochromatic Colors of #A552EE
Black with #A552EE
Text Example
Text Example
White with #A552EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552EE; }
p { color: rgb(165,82,238); }
H1.HeaderClassName
{
color: #A552EE;
}
.AnyTagClassName
{
color: #A552EE;
}
</style>
background-color css
<style>
a { background-color: #A552EE; }
a { background-color: rgb(165,82,238); }
div.DivClassName
{
background-color: #A552EE;
}
.BgClassName
{
background-color: #A552EE;
}
</style>
border-color css
<style>
span { border-color: #A552EE; }
span { border-color: rgb(165,82,238); }
td.TdClassName
{
border-color: #A552EE;
}
.TagClassName
{
border-color: #A552EE;
}
</style>