Shades of Medium Orchid #AB54DA
Tints of Medium Orchid #AB54DA
RGB
CMYK
RGB Variations
Color information
#AB54DA (or 0xAB54DA) is known color: Medium Orchid. HEX triplet: AB, 54 and DA. RGB value is (171,84,218). Sum of RGB (Red+Green+Blue) = 171+84+218=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB54DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54DA is #54AB25. Grayscale: #7C7C7C. Windows color (decimal): -5548838 or 14308523. OLE color: 14308523.
HSL color Cylindrical-coordinate representation of color #AB54DA: hue angle of 278.96º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB54DA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 84 | 218 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.15 |
| HSL | 278.96º | 0.64% | 0.59% | - |
| HSV(B) | 278.96º | 0.61% | 0.85% | - |
| XYZ | 32.62 | 20.06 | 68.48 | - |
| YUV | 125.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 218 | 0.22 | 0.61 | 0 | 0.15 | 278.96 | 0.64 | 0.59 |
| Hex | AB | 54 | DA | 16 | 3D | 0 | F | 117 | 40 | 3B |
| Octal | 253 | 124 | 332 | 26 | 75 | 0 | 17 | 427 | 100 | 73 |
| Binary | 10101011 | 1010100 | 11011010 | 10110 | 111101 | 0 | 1111 | 100010111 | 1000000 | 111011 |
Color Harmonies of #AB54DA
Complementary color
Monochromatic Colors of #AB54DA
Black with #AB54DA
Text Example
Text Example
White with #AB54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54DA; }
p { color: rgb(171,84,218); }
H1.HeaderClassName
{
color: #AB54DA;
}
.AnyTagClassName
{
color: #AB54DA;
}
</style>
background-color css
<style>
a { background-color: #AB54DA; }
a { background-color: rgb(171,84,218); }
div.DivClassName
{
background-color: #AB54DA;
}
.BgClassName
{
background-color: #AB54DA;
}
</style>
border-color css
<style>
span { border-color: #AB54DA; }
span { border-color: rgb(171,84,218); }
td.TdClassName
{
border-color: #AB54DA;
}
.TagClassName
{
border-color: #AB54DA;
}
</style>