Shades of Medium Orchid #AB52DA
Tints of Medium Orchid #AB52DA
RGB
CMYK
RGB Variations
Color information
#AB52DA (or 0xAB52DA) is known color: Medium Orchid. HEX triplet: AB, 52 and DA. RGB value is (171,82,218). Sum of RGB (Red+Green+Blue) = 171+82+218=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB52DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52DA is #54AD25. Grayscale: #7B7B7B. Windows color (decimal): -5549350 or 14308011. OLE color: 14308011.
HSL color Cylindrical-coordinate representation of color #AB52DA: hue angle of 279.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB52DA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 82 | 218 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.15 |
| HSL | 279.26º | 0.65% | 0.59% | - |
| HSV(B) | 279.26º | 0.62% | 0.85% | - |
| XYZ | 32.47 | 19.75 | 68.43 | - |
| YUV | 124.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 218 | 0.22 | 0.62 | 0 | 0.15 | 279.26 | 0.65 | 0.59 |
| Hex | AB | 52 | DA | 16 | 3E | 0 | F | 117 | 41 | 3B |
| Octal | 253 | 122 | 332 | 26 | 76 | 0 | 17 | 427 | 101 | 73 |
| Binary | 10101011 | 1010010 | 11011010 | 10110 | 111110 | 0 | 1111 | 100010111 | 1000001 | 111011 |
Color Harmonies of #AB52DA
Complementary color
Monochromatic Colors of #AB52DA
Black with #AB52DA
Text Example
Text Example
White with #AB52DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52DA; }
p { color: rgb(171,82,218); }
H1.HeaderClassName
{
color: #AB52DA;
}
.AnyTagClassName
{
color: #AB52DA;
}
</style>
background-color css
<style>
a { background-color: #AB52DA; }
a { background-color: rgb(171,82,218); }
div.DivClassName
{
background-color: #AB52DA;
}
.BgClassName
{
background-color: #AB52DA;
}
</style>
border-color css
<style>
span { border-color: #AB52DA; }
span { border-color: rgb(171,82,218); }
td.TdClassName
{
border-color: #AB52DA;
}
.TagClassName
{
border-color: #AB52DA;
}
</style>