Shades of Medium Orchid #AB50DA
Tints of Medium Orchid #AB50DA
RGB
CMYK
RGB Variations
Color information
#AB50DA (or 0xAB50DA) is known color: Medium Orchid. HEX triplet: AB, 50 and DA. RGB value is (171,80,218). Sum of RGB (Red+Green+Blue) = 171+80+218=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB50DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50DA is #54AF25. Grayscale: #7A7A7A. Windows color (decimal): -5549862 or 14307499. OLE color: 14307499.
HSL color Cylindrical-coordinate representation of color #AB50DA: hue angle of 279.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB50DA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 80 | 218 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.15 |
| HSL | 279.57º | 0.65% | 0.58% | - |
| HSV(B) | 279.57º | 0.63% | 0.85% | - |
| XYZ | 32.32 | 19.46 | 68.38 | - |
| YUV | 122.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 218 | 0.22 | 0.63 | 0 | 0.15 | 279.57 | 0.65 | 0.58 |
| Hex | AB | 50 | DA | 16 | 3F | 0 | F | 118 | 41 | 3A |
| Octal | 253 | 120 | 332 | 26 | 77 | 0 | 17 | 430 | 101 | 72 |
| Binary | 10101011 | 1010000 | 11011010 | 10110 | 111111 | 0 | 1111 | 100011000 | 1000001 | 111010 |
Color Harmonies of #AB50DA
Complementary color
Monochromatic Colors of #AB50DA
Black with #AB50DA
Text Example
Text Example
White with #AB50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50DA; }
p { color: rgb(171,80,218); }
H1.HeaderClassName
{
color: #AB50DA;
}
.AnyTagClassName
{
color: #AB50DA;
}
</style>
background-color css
<style>
a { background-color: #AB50DA; }
a { background-color: rgb(171,80,218); }
div.DivClassName
{
background-color: #AB50DA;
}
.BgClassName
{
background-color: #AB50DA;
}
</style>
border-color css
<style>
span { border-color: #AB50DA; }
span { border-color: rgb(171,80,218); }
td.TdClassName
{
border-color: #AB50DA;
}
.TagClassName
{
border-color: #AB50DA;
}
</style>