Shades of Medium Orchid #AB5AD0
Tints of Medium Orchid #AB5AD0
RGB
CMYK
RGB Variations
Color information
#AB5AD0 (or 0xAB5AD0) is known color: Medium Orchid. HEX triplet: AB, 5A and D0. RGB value is (171,90,208). Sum of RGB (Red+Green+Blue) = 171+90+208=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB5AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5AD0 is #54A52F. Grayscale: #7F7F7F. Windows color (decimal): -5547312 or 13654699. OLE color: 13654699.
HSL color Cylindrical-coordinate representation of color #AB5AD0: hue angle of 281.19º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5AD0 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 90 | 208 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.18 |
| HSL | 281.19º | 0.56% | 0.58% | - |
| HSV(B) | 281.19º | 0.57% | 0.82% | - |
| XYZ | 31.84 | 20.52 | 61.96 | - |
| YUV | 127.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 208 | 0.18 | 0.57 | 0 | 0.18 | 281.19 | 0.56 | 0.58 |
| Hex | AB | 5A | D0 | 12 | 39 | 0 | 12 | 119 | 38 | 3A |
| Octal | 253 | 132 | 320 | 22 | 71 | 0 | 22 | 431 | 70 | 72 |
| Binary | 10101011 | 1011010 | 11010000 | 10010 | 111001 | 0 | 10010 | 100011001 | 111000 | 111010 |
Color Harmonies of #AB5AD0
Complementary color
Monochromatic Colors of #AB5AD0
Black with #AB5AD0
Text Example
Text Example
White with #AB5AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5AD0; }
p { color: rgb(171,90,208); }
H1.HeaderClassName
{
color: #AB5AD0;
}
.AnyTagClassName
{
color: #AB5AD0;
}
</style>
background-color css
<style>
a { background-color: #AB5AD0; }
a { background-color: rgb(171,90,208); }
div.DivClassName
{
background-color: #AB5AD0;
}
.BgClassName
{
background-color: #AB5AD0;
}
</style>
border-color css
<style>
span { border-color: #AB5AD0; }
span { border-color: rgb(171,90,208); }
td.TdClassName
{
border-color: #AB5AD0;
}
.TagClassName
{
border-color: #AB5AD0;
}
</style>