Shades of Medium Orchid #A551E2
Tints of Medium Orchid #A551E2
RGB
CMYK
RGB Variations
Color information
#A551E2 (or 0xA551E2) is known color: Medium Orchid. HEX triplet: A5, 51 and E2. RGB value is (165,81,226). Sum of RGB (Red+Green+Blue) = 165+81+226=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #A551E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551E2 is #5AAE1D. Grayscale: #7A7A7A. Windows color (decimal): -5942814 or 14832037. OLE color: 14832037.
HSL color Cylindrical-coordinate representation of color #A551E2: hue angle of 274.76º 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 #A551E2 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 81 | 226 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.11 |
| HSL | 274.76º | 0.71% | 0.6% | - |
| HSV(B) | 274.76º | 0.64% | 0.89% | - |
| XYZ | 32.19 | 19.38 | 73.99 | - |
| YUV | 122.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 81 | 226 | 0.27 | 0.64 | 0 | 0.11 | 274.76 | 0.71 | 0.6 |
| Hex | A5 | 51 | E2 | 1B | 40 | 0 | B | 113 | 47 | 3C |
| Octal | 245 | 121 | 342 | 33 | 100 | 0 | 13 | 423 | 107 | 74 |
| Binary | 10100101 | 1010001 | 11100010 | 11011 | 1000000 | 0 | 1011 | 100010011 | 1000111 | 111100 |
Color Harmonies of #A551E2
Complementary color
Monochromatic Colors of #A551E2
Black with #A551E2
Text Example
Text Example
White with #A551E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A551E2; }
p { color: rgb(165,81,226); }
H1.HeaderClassName
{
color: #A551E2;
}
.AnyTagClassName
{
color: #A551E2;
}
</style>
background-color css
<style>
a { background-color: #A551E2; }
a { background-color: rgb(165,81,226); }
div.DivClassName
{
background-color: #A551E2;
}
.BgClassName
{
background-color: #A551E2;
}
</style>
border-color css
<style>
span { border-color: #A551E2; }
span { border-color: rgb(165,81,226); }
td.TdClassName
{
border-color: #A551E2;
}
.TagClassName
{
border-color: #A551E2;
}
</style>