Shades of Medium Orchid #AB52E4
Tints of Medium Orchid #AB52E4
RGB
CMYK
RGB Variations
Color information
#AB52E4 (or 0xAB52E4) is known color: Medium Orchid. HEX triplet: AB, 52 and E4. RGB value is (171,82,228). Sum of RGB (Red+Green+Blue) = 171+82+228=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB52E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52E4 is #54AD1B. Grayscale: #7C7C7C. Windows color (decimal): -5549340 or 14963371. OLE color: 14963371.
HSL color Cylindrical-coordinate representation of color #AB52E4: hue angle of 276.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB52E4 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 82 | 228 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.11 |
| HSL | 276.58º | 0.73% | 0.61% | - |
| HSV(B) | 276.58º | 0.64% | 0.89% | - |
| XYZ | 33.82 | 20.29 | 75.53 | - |
| YUV | 125.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 228 | 0.25 | 0.64 | 0 | 0.11 | 276.58 | 0.73 | 0.61 |
| Hex | AB | 52 | E4 | 19 | 40 | 0 | B | 115 | 49 | 3D |
| Octal | 253 | 122 | 344 | 31 | 100 | 0 | 13 | 425 | 111 | 75 |
| Binary | 10101011 | 1010010 | 11100100 | 11001 | 1000000 | 0 | 1011 | 100010101 | 1001001 | 111101 |
Color Harmonies of #AB52E4
Complementary color
Monochromatic Colors of #AB52E4
Black with #AB52E4
Text Example
Text Example
White with #AB52E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52E4; }
p { color: rgb(171,82,228); }
H1.HeaderClassName
{
color: #AB52E4;
}
.AnyTagClassName
{
color: #AB52E4;
}
</style>
background-color css
<style>
a { background-color: #AB52E4; }
a { background-color: rgb(171,82,228); }
div.DivClassName
{
background-color: #AB52E4;
}
.BgClassName
{
background-color: #AB52E4;
}
</style>
border-color css
<style>
span { border-color: #AB52E4; }
span { border-color: rgb(171,82,228); }
td.TdClassName
{
border-color: #AB52E4;
}
.TagClassName
{
border-color: #AB52E4;
}
</style>