Shades of Medium Orchid #AB52EA
Tints of Medium Orchid #AB52EA
RGB
CMYK
RGB Variations
Color information
#AB52EA (or 0xAB52EA) is known color: Medium Orchid. HEX triplet: AB, 52 and EA. RGB value is (171,82,234). Sum of RGB (Red+Green+Blue) = 171+82+234=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB52EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52EA is #54AD15. Grayscale: #7D7D7D. Windows color (decimal): -5549334 or 15356587. OLE color: 15356587.
HSL color Cylindrical-coordinate representation of color #AB52EA: hue angle of 275.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB52EA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 82 | 234 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.08 |
| HSL | 275.13º | 0.78% | 0.62% | - |
| HSV(B) | 275.13º | 0.65% | 0.92% | - |
| XYZ | 34.66 | 20.63 | 80 | - |
| YUV | 125.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 234 | 0.27 | 0.65 | 0 | 0.08 | 275.13 | 0.78 | 0.62 |
| Hex | AB | 52 | EA | 1B | 41 | 0 | 8 | 113 | 4E | 3E |
| Octal | 253 | 122 | 352 | 33 | 101 | 0 | 10 | 423 | 116 | 76 |
| Binary | 10101011 | 1010010 | 11101010 | 11011 | 1000001 | 0 | 1000 | 100010011 | 1001110 | 111110 |
Color Harmonies of #AB52EA
Complementary color
Monochromatic Colors of #AB52EA
Black with #AB52EA
Text Example
Text Example
White with #AB52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52EA; }
p { color: rgb(171,82,234); }
H1.HeaderClassName
{
color: #AB52EA;
}
.AnyTagClassName
{
color: #AB52EA;
}
</style>
background-color css
<style>
a { background-color: #AB52EA; }
a { background-color: rgb(171,82,234); }
div.DivClassName
{
background-color: #AB52EA;
}
.BgClassName
{
background-color: #AB52EA;
}
</style>
border-color css
<style>
span { border-color: #AB52EA; }
span { border-color: rgb(171,82,234); }
td.TdClassName
{
border-color: #AB52EA;
}
.TagClassName
{
border-color: #AB52EA;
}
</style>