Shades of Medium Orchid #AB4ADA
Tints of Medium Orchid #AB4ADA
RGB
CMYK
RGB Variations
Color information
#AB4ADA (or 0xAB4ADA) is known color: Medium Orchid. HEX triplet: AB, 4A and DA. RGB value is (171,74,218). Sum of RGB (Red+Green+Blue) = 171+74+218=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ADA is #54B525. Grayscale: #767676. Windows color (decimal): -5551398 or 14305963. OLE color: 14305963.
HSL color Cylindrical-coordinate representation of color #AB4ADA: hue angle of 280.42º 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 #AB4ADA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 74 | 218 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.15 |
| HSL | 280.42º | 0.66% | 0.57% | - |
| HSV(B) | 280.42º | 0.66% | 0.85% | - |
| XYZ | 31.9 | 18.62 | 68.24 | - |
| YUV | 119.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 218 | 0.22 | 0.66 | 0 | 0.15 | 280.42 | 0.66 | 0.57 |
| Hex | AB | 4A | DA | 16 | 42 | 0 | F | 118 | 42 | 39 |
| Octal | 253 | 112 | 332 | 26 | 102 | 0 | 17 | 430 | 102 | 71 |
| Binary | 10101011 | 1001010 | 11011010 | 10110 | 1000010 | 0 | 1111 | 100011000 | 1000010 | 111001 |
Color Harmonies of #AB4ADA
Complementary color
Monochromatic Colors of #AB4ADA
Black with #AB4ADA
Text Example
Text Example
White with #AB4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ADA; }
p { color: rgb(171,74,218); }
H1.HeaderClassName
{
color: #AB4ADA;
}
.AnyTagClassName
{
color: #AB4ADA;
}
</style>
background-color css
<style>
a { background-color: #AB4ADA; }
a { background-color: rgb(171,74,218); }
div.DivClassName
{
background-color: #AB4ADA;
}
.BgClassName
{
background-color: #AB4ADA;
}
</style>
border-color css
<style>
span { border-color: #AB4ADA; }
span { border-color: rgb(171,74,218); }
td.TdClassName
{
border-color: #AB4ADA;
}
.TagClassName
{
border-color: #AB4ADA;
}
</style>