Shades of Medium Orchid #AB4ADB
Tints of Medium Orchid #AB4ADB
RGB
CMYK
RGB Variations
Color information
#AB4ADB (or 0xAB4ADB) is known color: Medium Orchid. HEX triplet: AB, 4A and DB. RGB value is (171,74,219). Sum of RGB (Red+Green+Blue) = 171+74+219=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ADB is #54B524. Grayscale: #777777. Windows color (decimal): -5551397 or 14371499. OLE color: 14371499.
HSL color Cylindrical-coordinate representation of color #AB4ADB: hue angle of 280.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4ADB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 74 | 219 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.14 |
| HSL | 280.14º | 0.67% | 0.57% | - |
| HSV(B) | 280.14º | 0.66% | 0.86% | - |
| XYZ | 32.03 | 18.67 | 68.93 | - |
| YUV | 119.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 219 | 0.22 | 0.66 | 0 | 0.14 | 280.14 | 0.67 | 0.57 |
| Hex | AB | 4A | DB | 16 | 42 | 0 | E | 118 | 43 | 39 |
| Octal | 253 | 112 | 333 | 26 | 102 | 0 | 16 | 430 | 103 | 71 |
| Binary | 10101011 | 1001010 | 11011011 | 10110 | 1000010 | 0 | 1110 | 100011000 | 1000011 | 111001 |
Color Harmonies of #AB4ADB
Complementary color
Monochromatic Colors of #AB4ADB
Black with #AB4ADB
Text Example
Text Example
White with #AB4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ADB; }
p { color: rgb(171,74,219); }
H1.HeaderClassName
{
color: #AB4ADB;
}
.AnyTagClassName
{
color: #AB4ADB;
}
</style>
background-color css
<style>
a { background-color: #AB4ADB; }
a { background-color: rgb(171,74,219); }
div.DivClassName
{
background-color: #AB4ADB;
}
.BgClassName
{
background-color: #AB4ADB;
}
</style>
border-color css
<style>
span { border-color: #AB4ADB; }
span { border-color: rgb(171,74,219); }
td.TdClassName
{
border-color: #AB4ADB;
}
.TagClassName
{
border-color: #AB4ADB;
}
</style>