Shades of Medium Orchid #AB59DA
Tints of Medium Orchid #AB59DA
RGB
CMYK
RGB Variations
Color information
#AB59DA (or 0xAB59DA) is known color: Medium Orchid. HEX triplet: AB, 59 and DA. RGB value is (171,89,218). Sum of RGB (Red+Green+Blue) = 171+89+218=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB59DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59DA is #54A625. Grayscale: #7F7F7F. Windows color (decimal): -5547558 or 14309803. OLE color: 14309803.
HSL color Cylindrical-coordinate representation of color #AB59DA: hue angle of 278.14º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB59DA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 89 | 218 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.15 |
| HSL | 278.14º | 0.64% | 0.6% | - |
| HSV(B) | 278.14º | 0.59% | 0.85% | - |
| XYZ | 33.02 | 20.86 | 68.62 | - |
| YUV | 128.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 218 | 0.22 | 0.59 | 0 | 0.15 | 278.14 | 0.64 | 0.6 |
| Hex | AB | 59 | DA | 16 | 3B | 0 | F | 116 | 40 | 3C |
| Octal | 253 | 131 | 332 | 26 | 73 | 0 | 17 | 426 | 100 | 74 |
| Binary | 10101011 | 1011001 | 11011010 | 10110 | 111011 | 0 | 1111 | 100010110 | 1000000 | 111100 |
Color Harmonies of #AB59DA
Complementary color
Monochromatic Colors of #AB59DA
Black with #AB59DA
Text Example
Text Example
White with #AB59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59DA; }
p { color: rgb(171,89,218); }
H1.HeaderClassName
{
color: #AB59DA;
}
.AnyTagClassName
{
color: #AB59DA;
}
</style>
background-color css
<style>
a { background-color: #AB59DA; }
a { background-color: rgb(171,89,218); }
div.DivClassName
{
background-color: #AB59DA;
}
.BgClassName
{
background-color: #AB59DA;
}
</style>
border-color css
<style>
span { border-color: #AB59DA; }
span { border-color: rgb(171,89,218); }
td.TdClassName
{
border-color: #AB59DA;
}
.TagClassName
{
border-color: #AB59DA;
}
</style>