Shades of Medium Orchid #AB4DD2
Tints of Medium Orchid #AB4DD2
RGB
CMYK
RGB Variations
Color information
#AB4DD2 (or 0xAB4DD2) is known color: Medium Orchid. HEX triplet: AB, 4D and D2. RGB value is (171,77,210). Sum of RGB (Red+Green+Blue) = 171+77+210=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB4DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DD2 is #54B22D. Grayscale: #777777. Windows color (decimal): -5550638 or 13782443. OLE color: 13782443.
HSL color Cylindrical-coordinate representation of color #AB4DD2: hue angle of 282.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4DD2 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 77 | 210 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.18 |
| HSL | 282.41º | 0.6% | 0.56% | - |
| HSV(B) | 282.41º | 0.63% | 0.82% | - |
| XYZ | 31.08 | 18.62 | 62.93 | - |
| YUV | 120.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 210 | 0.19 | 0.63 | 0 | 0.18 | 282.41 | 0.6 | 0.56 |
| Hex | AB | 4D | D2 | 13 | 3F | 0 | 12 | 11A | 3C | 38 |
| Octal | 253 | 115 | 322 | 23 | 77 | 0 | 22 | 432 | 74 | 70 |
| Binary | 10101011 | 1001101 | 11010010 | 10011 | 111111 | 0 | 10010 | 100011010 | 111100 | 111000 |
Color Harmonies of #AB4DD2
Complementary color
Monochromatic Colors of #AB4DD2
Black with #AB4DD2
Text Example
Text Example
White with #AB4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DD2; }
p { color: rgb(171,77,210); }
H1.HeaderClassName
{
color: #AB4DD2;
}
.AnyTagClassName
{
color: #AB4DD2;
}
</style>
background-color css
<style>
a { background-color: #AB4DD2; }
a { background-color: rgb(171,77,210); }
div.DivClassName
{
background-color: #AB4DD2;
}
.BgClassName
{
background-color: #AB4DD2;
}
</style>
border-color css
<style>
span { border-color: #AB4DD2; }
span { border-color: rgb(171,77,210); }
td.TdClassName
{
border-color: #AB4DD2;
}
.TagClassName
{
border-color: #AB4DD2;
}
</style>