Shades of Medium Orchid #AB57E0
Tints of Medium Orchid #AB57E0
RGB
CMYK
RGB Variations
Color information
#AB57E0 (or 0xAB57E0) is known color: Medium Orchid. HEX triplet: AB, 57 and E0. RGB value is (171,87,224). Sum of RGB (Red+Green+Blue) = 171+87+224=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB57E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57E0 is #54A81F. Grayscale: #7F7F7F. Windows color (decimal): -5548064 or 14702507. OLE color: 14702507.
HSL color Cylindrical-coordinate representation of color #AB57E0: hue angle of 276.79º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB57E0 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 87 | 224 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.12 |
| HSL | 276.79º | 0.69% | 0.61% | - |
| HSV(B) | 276.79º | 0.61% | 0.88% | - |
| XYZ | 33.66 | 20.86 | 72.77 | - |
| YUV | 127.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 224 | 0.24 | 0.61 | 0 | 0.12 | 276.79 | 0.69 | 0.61 |
| Hex | AB | 57 | E0 | 18 | 3D | 0 | C | 115 | 45 | 3D |
| Octal | 253 | 127 | 340 | 30 | 75 | 0 | 14 | 425 | 105 | 75 |
| Binary | 10101011 | 1010111 | 11100000 | 11000 | 111101 | 0 | 1100 | 100010101 | 1000101 | 111101 |
Color Harmonies of #AB57E0
Complementary color
Monochromatic Colors of #AB57E0
Black with #AB57E0
Text Example
Text Example
White with #AB57E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57E0; }
p { color: rgb(171,87,224); }
H1.HeaderClassName
{
color: #AB57E0;
}
.AnyTagClassName
{
color: #AB57E0;
}
</style>
background-color css
<style>
a { background-color: #AB57E0; }
a { background-color: rgb(171,87,224); }
div.DivClassName
{
background-color: #AB57E0;
}
.BgClassName
{
background-color: #AB57E0;
}
</style>
border-color css
<style>
span { border-color: #AB57E0; }
span { border-color: rgb(171,87,224); }
td.TdClassName
{
border-color: #AB57E0;
}
.TagClassName
{
border-color: #AB57E0;
}
</style>