Shades of Medium Orchid #AB53FA
Tints of Medium Orchid #AB53FA
RGB
CMYK
RGB Variations
Color information
#AB53FA (or 0xAB53FA) is known color: Medium Orchid. HEX triplet: AB, 53 and FA. RGB value is (171,83,250). Sum of RGB (Red+Green+Blue) = 171+83+250=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB53FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53FA is #54AC05. Grayscale: #7F7F7F. Windows color (decimal): -5549062 or 16405419. OLE color: 16405419.
HSL color Cylindrical-coordinate representation of color #AB53FA: hue angle of 271.62º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB53FA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 83 | 250 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 271.62º | 0.94% | 0.65% | - |
| HSV(B) | 271.62º | 0.67% | 0.98% | - |
| XYZ | 37.14 | 21.75 | 92.68 | - |
| YUV | 128.35 | 196.65 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 250 | 0.32 | 0.67 | 0 | 0.02 | 271.62 | 0.94 | 0.65 |
| Hex | AB | 53 | FA | 20 | 43 | 0 | 2 | 110 | 5E | 41 |
| Octal | 253 | 123 | 372 | 40 | 103 | 0 | 2 | 420 | 136 | 101 |
| Binary | 10101011 | 1010011 | 11111010 | 100000 | 1000011 | 0 | 10 | 100010000 | 1011110 | 1000001 |
Color Harmonies of #AB53FA
Complementary color
Monochromatic Colors of #AB53FA
Black with #AB53FA
Text Example
Text Example
White with #AB53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53FA; }
p { color: rgb(171,83,250); }
H1.HeaderClassName
{
color: #AB53FA;
}
.AnyTagClassName
{
color: #AB53FA;
}
</style>
background-color css
<style>
a { background-color: #AB53FA; }
a { background-color: rgb(171,83,250); }
div.DivClassName
{
background-color: #AB53FA;
}
.BgClassName
{
background-color: #AB53FA;
}
</style>
border-color css
<style>
span { border-color: #AB53FA; }
span { border-color: rgb(171,83,250); }
td.TdClassName
{
border-color: #AB53FA;
}
.TagClassName
{
border-color: #AB53FA;
}
</style>