Shades of Medium Orchid #A552E2
Tints of Medium Orchid #A552E2
RGB
CMYK
RGB Variations
Color information
#A552E2 (or 0xA552E2) is known color: Medium Orchid. HEX triplet: A5, 52 and E2. RGB value is (165,82,226). Sum of RGB (Red+Green+Blue) = 165+82+226=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 226 (88.67% from 255 or 47.78% from 473); Max value from RGB is 226 - color contains mainly: blue. Hex color #A552E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552E2 is #5AAD1D. Grayscale: #7A7A7A. Windows color (decimal): -5942558 or 14832293. OLE color: 14832293.
HSL color Cylindrical-coordinate representation of color #A552E2: hue angle of 274.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A552E2 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 82 | 226 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.11 |
| HSL | 274.58º | 0.71% | 0.6% | - |
| HSV(B) | 274.58º | 0.64% | 0.89% | - |
| XYZ | 32.26 | 19.52 | 74.02 | - |
| YUV | 123.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 226 | 0.27 | 0.64 | 0 | 0.11 | 274.58 | 0.71 | 0.6 |
| Hex | A5 | 52 | E2 | 1B | 40 | 0 | B | 113 | 47 | 3C |
| Octal | 245 | 122 | 342 | 33 | 100 | 0 | 13 | 423 | 107 | 74 |
| Binary | 10100101 | 1010010 | 11100010 | 11011 | 1000000 | 0 | 1011 | 100010011 | 1000111 | 111100 |
Color Harmonies of #A552E2
Complementary color
Monochromatic Colors of #A552E2
Black with #A552E2
Text Example
Text Example
White with #A552E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552E2; }
p { color: rgb(165,82,226); }
H1.HeaderClassName
{
color: #A552E2;
}
.AnyTagClassName
{
color: #A552E2;
}
</style>
background-color css
<style>
a { background-color: #A552E2; }
a { background-color: rgb(165,82,226); }
div.DivClassName
{
background-color: #A552E2;
}
.BgClassName
{
background-color: #A552E2;
}
</style>
border-color css
<style>
span { border-color: #A552E2; }
span { border-color: rgb(165,82,226); }
td.TdClassName
{
border-color: #A552E2;
}
.TagClassName
{
border-color: #A552E2;
}
</style>