Shades of Medium Orchid #AB4DD4
Tints of Medium Orchid #AB4DD4
RGB
CMYK
RGB Variations
Color information
#AB4DD4 (or 0xAB4DD4) is known color: Medium Orchid. HEX triplet: AB, 4D and D4. RGB value is (171,77,212). Sum of RGB (Red+Green+Blue) = 171+77+212=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DD4 is #54B22B. Grayscale: #787878. Windows color (decimal): -5550636 or 13913515. OLE color: 13913515.
HSL color Cylindrical-coordinate representation of color #AB4DD4: hue angle of 281.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4DD4 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 77 | 212 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.17 |
| HSL | 281.78º | 0.61% | 0.57% | - |
| HSV(B) | 281.78º | 0.64% | 0.83% | - |
| XYZ | 31.33 | 18.72 | 64.25 | - |
| YUV | 120.5 | 179.64 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 212 | 0.19 | 0.64 | 0 | 0.17 | 281.78 | 0.61 | 0.57 |
| Hex | AB | 4D | D4 | 13 | 40 | 0 | 11 | 11A | 3D | 39 |
| Octal | 253 | 115 | 324 | 23 | 100 | 0 | 21 | 432 | 75 | 71 |
| Binary | 10101011 | 1001101 | 11010100 | 10011 | 1000000 | 0 | 10001 | 100011010 | 111101 | 111001 |
Color Harmonies of #AB4DD4
Complementary color
Monochromatic Colors of #AB4DD4
Black with #AB4DD4
Text Example
Text Example
White with #AB4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DD4; }
p { color: rgb(171,77,212); }
H1.HeaderClassName
{
color: #AB4DD4;
}
.AnyTagClassName
{
color: #AB4DD4;
}
</style>
background-color css
<style>
a { background-color: #AB4DD4; }
a { background-color: rgb(171,77,212); }
div.DivClassName
{
background-color: #AB4DD4;
}
.BgClassName
{
background-color: #AB4DD4;
}
</style>
border-color css
<style>
span { border-color: #AB4DD4; }
span { border-color: rgb(171,77,212); }
td.TdClassName
{
border-color: #AB4DD4;
}
.TagClassName
{
border-color: #AB4DD4;
}
</style>