Shades of Medium Orchid #AB4AD7
Tints of Medium Orchid #AB4AD7
RGB
CMYK
RGB Variations
Color information
#AB4AD7 (or 0xAB4AD7) is known color: Medium Orchid. HEX triplet: AB, 4A and D7. RGB value is (171,74,215). Sum of RGB (Red+Green+Blue) = 171+74+215=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB4AD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4AD7 is #54B528. Grayscale: #767676. Windows color (decimal): -5551401 or 14109355. OLE color: 14109355.
HSL color Cylindrical-coordinate representation of color #AB4AD7: hue angle of 281.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4AD7 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 74 | 215 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.16 |
| HSL | 281.28º | 0.64% | 0.57% | - |
| HSV(B) | 281.28º | 0.66% | 0.84% | - |
| XYZ | 31.51 | 18.46 | 66.19 | - |
| YUV | 119.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 215 | 0.20 | 0.66 | 0 | 0.16 | 281.28 | 0.64 | 0.57 |
| Hex | AB | 4A | D7 | 14 | 42 | 0 | 10 | 119 | 40 | 39 |
| Octal | 253 | 112 | 327 | 24 | 102 | 0 | 20 | 431 | 100 | 71 |
| Binary | 10101011 | 1001010 | 11010111 | 10100 | 1000010 | 0 | 10000 | 100011001 | 1000000 | 111001 |
Color Harmonies of #AB4AD7
Complementary color
Monochromatic Colors of #AB4AD7
Black with #AB4AD7
Text Example
Text Example
White with #AB4AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4AD7; }
p { color: rgb(171,74,215); }
H1.HeaderClassName
{
color: #AB4AD7;
}
.AnyTagClassName
{
color: #AB4AD7;
}
</style>
background-color css
<style>
a { background-color: #AB4AD7; }
a { background-color: rgb(171,74,215); }
div.DivClassName
{
background-color: #AB4AD7;
}
.BgClassName
{
background-color: #AB4AD7;
}
</style>
border-color css
<style>
span { border-color: #AB4AD7; }
span { border-color: rgb(171,74,215); }
td.TdClassName
{
border-color: #AB4AD7;
}
.TagClassName
{
border-color: #AB4AD7;
}
</style>