Shades of Medium Orchid #AB4BDA
Tints of Medium Orchid #AB4BDA
RGB
CMYK
RGB Variations
Color information
#AB4BDA (or 0xAB4BDA) is known color: Medium Orchid. HEX triplet: AB, 4B and DA. RGB value is (171,75,218). Sum of RGB (Red+Green+Blue) = 171+75+218=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BDA is #54B425. Grayscale: #777777. Windows color (decimal): -5551142 or 14306219. OLE color: 14306219.
HSL color Cylindrical-coordinate representation of color #AB4BDA: hue angle of 280.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4BDA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 75 | 218 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.15 |
| HSL | 280.28º | 0.66% | 0.57% | - |
| HSV(B) | 280.28º | 0.66% | 0.85% | - |
| XYZ | 31.97 | 18.75 | 68.26 | - |
| YUV | 120.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 218 | 0.22 | 0.66 | 0 | 0.15 | 280.28 | 0.66 | 0.57 |
| Hex | AB | 4B | DA | 16 | 42 | 0 | F | 118 | 42 | 39 |
| Octal | 253 | 113 | 332 | 26 | 102 | 0 | 17 | 430 | 102 | 71 |
| Binary | 10101011 | 1001011 | 11011010 | 10110 | 1000010 | 0 | 1111 | 100011000 | 1000010 | 111001 |
Color Harmonies of #AB4BDA
Complementary color
Monochromatic Colors of #AB4BDA
Black with #AB4BDA
Text Example
Text Example
White with #AB4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BDA; }
p { color: rgb(171,75,218); }
H1.HeaderClassName
{
color: #AB4BDA;
}
.AnyTagClassName
{
color: #AB4BDA;
}
</style>
background-color css
<style>
a { background-color: #AB4BDA; }
a { background-color: rgb(171,75,218); }
div.DivClassName
{
background-color: #AB4BDA;
}
.BgClassName
{
background-color: #AB4BDA;
}
</style>
border-color css
<style>
span { border-color: #AB4BDA; }
span { border-color: rgb(171,75,218); }
td.TdClassName
{
border-color: #AB4BDA;
}
.TagClassName
{
border-color: #AB4BDA;
}
</style>