Shades of Medium Orchid #AB4BD2
Tints of Medium Orchid #AB4BD2
RGB
CMYK
RGB Variations
Color information
#AB4BD2 (or 0xAB4BD2) is known color: Medium Orchid. HEX triplet: AB, 4B and D2. RGB value is (171,75,210). Sum of RGB (Red+Green+Blue) = 171+75+210=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB4BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BD2 is #54B42D. Grayscale: #767676. Windows color (decimal): -5551150 or 13781931. OLE color: 13781931.
HSL color Cylindrical-coordinate representation of color #AB4BD2: hue angle of 282.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4BD2 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 75 | 210 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.18 |
| HSL | 282.67º | 0.6% | 0.56% | - |
| HSV(B) | 282.67º | 0.64% | 0.82% | - |
| XYZ | 30.94 | 18.34 | 62.88 | - |
| YUV | 119.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 210 | 0.19 | 0.64 | 0 | 0.18 | 282.67 | 0.6 | 0.56 |
| Hex | AB | 4B | D2 | 13 | 40 | 0 | 12 | 11B | 3C | 38 |
| Octal | 253 | 113 | 322 | 23 | 100 | 0 | 22 | 433 | 74 | 70 |
| Binary | 10101011 | 1001011 | 11010010 | 10011 | 1000000 | 0 | 10010 | 100011011 | 111100 | 111000 |
Color Harmonies of #AB4BD2
Complementary color
Monochromatic Colors of #AB4BD2
Black with #AB4BD2
Text Example
Text Example
White with #AB4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BD2; }
p { color: rgb(171,75,210); }
H1.HeaderClassName
{
color: #AB4BD2;
}
.AnyTagClassName
{
color: #AB4BD2;
}
</style>
background-color css
<style>
a { background-color: #AB4BD2; }
a { background-color: rgb(171,75,210); }
div.DivClassName
{
background-color: #AB4BD2;
}
.BgClassName
{
background-color: #AB4BD2;
}
</style>
border-color css
<style>
span { border-color: #AB4BD2; }
span { border-color: rgb(171,75,210); }
td.TdClassName
{
border-color: #AB4BD2;
}
.TagClassName
{
border-color: #AB4BD2;
}
</style>