Shades of Medium Orchid #AB57D6
Tints of Medium Orchid #AB57D6
RGB
CMYK
RGB Variations
Color information
#AB57D6 (or 0xAB57D6) is known color: Medium Orchid. HEX triplet: AB, 57 and D6. RGB value is (171,87,214). Sum of RGB (Red+Green+Blue) = 171+87+214=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB57D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57D6 is #54A829. Grayscale: #7E7E7E. Windows color (decimal): -5548074 or 14047147. OLE color: 14047147.
HSL color Cylindrical-coordinate representation of color #AB57D6: hue angle of 279.69º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB57D6 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 87 | 214 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.16 |
| HSL | 279.69º | 0.61% | 0.59% | - |
| HSV(B) | 279.69º | 0.59% | 0.84% | - |
| XYZ | 32.34 | 20.33 | 65.84 | - |
| YUV | 126.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 214 | 0.20 | 0.59 | 0 | 0.16 | 279.69 | 0.61 | 0.59 |
| Hex | AB | 57 | D6 | 14 | 3B | 0 | 10 | 118 | 3D | 3B |
| Octal | 253 | 127 | 326 | 24 | 73 | 0 | 20 | 430 | 75 | 73 |
| Binary | 10101011 | 1010111 | 11010110 | 10100 | 111011 | 0 | 10000 | 100011000 | 111101 | 111011 |
Color Harmonies of #AB57D6
Complementary color
Monochromatic Colors of #AB57D6
Black with #AB57D6
Text Example
Text Example
White with #AB57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57D6; }
p { color: rgb(171,87,214); }
H1.HeaderClassName
{
color: #AB57D6;
}
.AnyTagClassName
{
color: #AB57D6;
}
</style>
background-color css
<style>
a { background-color: #AB57D6; }
a { background-color: rgb(171,87,214); }
div.DivClassName
{
background-color: #AB57D6;
}
.BgClassName
{
background-color: #AB57D6;
}
</style>
border-color css
<style>
span { border-color: #AB57D6; }
span { border-color: rgb(171,87,214); }
td.TdClassName
{
border-color: #AB57D6;
}
.TagClassName
{
border-color: #AB57D6;
}
</style>