Shades of Medium Orchid #A552EC
Tints of Medium Orchid #A552EC
RGB
CMYK
RGB Variations
Color information
#A552EC (or 0xA552EC) is known color: Medium Orchid. HEX triplet: A5, 52 and EC. RGB value is (165,82,236). Sum of RGB (Red+Green+Blue) = 165+82+236=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A552EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552EC is #5AAD13. Grayscale: #7B7B7B. Windows color (decimal): -5942548 or 15487653. OLE color: 15487653.
HSL color Cylindrical-coordinate representation of color #A552EC: hue angle of 272.34º 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 #A552EC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 82 | 236 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.34º | 0.8% | 0.62% | - |
| HSV(B) | 272.34º | 0.65% | 0.93% | - |
| XYZ | 33.67 | 20.09 | 81.46 | - |
| YUV | 124.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 236 | 0.30 | 0.65 | 0 | 0.07 | 272.34 | 0.8 | 0.62 |
| Hex | A5 | 52 | EC | 1E | 41 | 0 | 7 | 110 | 50 | 3E |
| Octal | 245 | 122 | 354 | 36 | 101 | 0 | 7 | 420 | 120 | 76 |
| Binary | 10100101 | 1010010 | 11101100 | 11110 | 1000001 | 0 | 111 | 100010000 | 1010000 | 111110 |
Color Harmonies of #A552EC
Complementary color
Monochromatic Colors of #A552EC
Black with #A552EC
Text Example
Text Example
White with #A552EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552EC; }
p { color: rgb(165,82,236); }
H1.HeaderClassName
{
color: #A552EC;
}
.AnyTagClassName
{
color: #A552EC;
}
</style>
background-color css
<style>
a { background-color: #A552EC; }
a { background-color: rgb(165,82,236); }
div.DivClassName
{
background-color: #A552EC;
}
.BgClassName
{
background-color: #A552EC;
}
</style>
border-color css
<style>
span { border-color: #A552EC; }
span { border-color: rgb(165,82,236); }
td.TdClassName
{
border-color: #A552EC;
}
.TagClassName
{
border-color: #A552EC;
}
</style>