Shades of Medium Orchid #AB52FC
Tints of Medium Orchid #AB52FC
RGB
CMYK
RGB Variations
Color information
#AB52FC (or 0xAB52FC) is known color: Medium Orchid. HEX triplet: AB, 52 and FC. RGB value is (171,82,252). Sum of RGB (Red+Green+Blue) = 171+82+252=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB52FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52FC is #54AD03. Grayscale: #7F7F7F. Windows color (decimal): -5549316 or 16536235. OLE color: 16536235.
HSL color Cylindrical-coordinate representation of color #AB52FC: hue angle of 271.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB52FC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 82 | 252 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.01 |
| HSL | 271.41º | 0.97% | 0.65% | - |
| HSV(B) | 271.41º | 0.67% | 0.99% | - |
| XYZ | 37.38 | 21.72 | 94.32 | - |
| YUV | 127.99 | 197.99 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 252 | 0.32 | 0.67 | 0 | 0.01 | 271.41 | 0.97 | 0.65 |
| Hex | AB | 52 | FC | 20 | 43 | 0 | 1 | 10F | 61 | 41 |
| Octal | 253 | 122 | 374 | 40 | 103 | 0 | 1 | 417 | 141 | 101 |
| Binary | 10101011 | 1010010 | 11111100 | 100000 | 1000011 | 0 | 1 | 100001111 | 1100001 | 1000001 |
Color Harmonies of #AB52FC
Complementary color
Monochromatic Colors of #AB52FC
Black with #AB52FC
Text Example
Text Example
White with #AB52FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52FC; }
p { color: rgb(171,82,252); }
H1.HeaderClassName
{
color: #AB52FC;
}
.AnyTagClassName
{
color: #AB52FC;
}
</style>
background-color css
<style>
a { background-color: #AB52FC; }
a { background-color: rgb(171,82,252); }
div.DivClassName
{
background-color: #AB52FC;
}
.BgClassName
{
background-color: #AB52FC;
}
</style>
border-color css
<style>
span { border-color: #AB52FC; }
span { border-color: rgb(171,82,252); }
td.TdClassName
{
border-color: #AB52FC;
}
.TagClassName
{
border-color: #AB52FC;
}
</style>