Shades of Medium Orchid #AB53EA
Tints of Medium Orchid #AB53EA
RGB
CMYK
RGB Variations
Color information
#AB53EA (or 0xAB53EA) is known color: Medium Orchid. HEX triplet: AB, 53 and EA. RGB value is (171,83,234). Sum of RGB (Red+Green+Blue) = 171+83+234=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53EA is #54AC15. Grayscale: #7E7E7E. Windows color (decimal): -5549078 or 15356843. OLE color: 15356843.
HSL color Cylindrical-coordinate representation of color #AB53EA: hue angle of 274.97º 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 #AB53EA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 83 | 234 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.08 |
| HSL | 274.97º | 0.78% | 0.62% | - |
| HSV(B) | 274.97º | 0.65% | 0.92% | - |
| XYZ | 34.74 | 20.78 | 80.02 | - |
| YUV | 126.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 234 | 0.27 | 0.65 | 0 | 0.08 | 274.97 | 0.78 | 0.62 |
| Hex | AB | 53 | EA | 1B | 41 | 0 | 8 | 113 | 4E | 3E |
| Octal | 253 | 123 | 352 | 33 | 101 | 0 | 10 | 423 | 116 | 76 |
| Binary | 10101011 | 1010011 | 11101010 | 11011 | 1000001 | 0 | 1000 | 100010011 | 1001110 | 111110 |
Color Harmonies of #AB53EA
Complementary color
Monochromatic Colors of #AB53EA
Black with #AB53EA
Text Example
Text Example
White with #AB53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53EA; }
p { color: rgb(171,83,234); }
H1.HeaderClassName
{
color: #AB53EA;
}
.AnyTagClassName
{
color: #AB53EA;
}
</style>
background-color css
<style>
a { background-color: #AB53EA; }
a { background-color: rgb(171,83,234); }
div.DivClassName
{
background-color: #AB53EA;
}
.BgClassName
{
background-color: #AB53EA;
}
</style>
border-color css
<style>
span { border-color: #AB53EA; }
span { border-color: rgb(171,83,234); }
td.TdClassName
{
border-color: #AB53EA;
}
.TagClassName
{
border-color: #AB53EA;
}
</style>