Shades of Medium Orchid #AA53FB
Tints of Medium Orchid #AA53FB
RGB
CMYK
RGB Variations
Color information
#AA53FB (or 0xAA53FB) is known color: Medium Orchid. HEX triplet: AA, 53 and FB. RGB value is (170,83,251). Sum of RGB (Red+Green+Blue) = 170+83+251=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA53FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA53FB is #55AC04. Grayscale: #7F7F7F. Windows color (decimal): -5614597 or 16470954. OLE color: 16470954.
HSL color Cylindrical-coordinate representation of color #AA53FB: hue angle of 271.07º degrees, saturation: 0.95, 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 #AA53FB is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 83 | 251 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.02 |
| HSL | 271.07º | 0.95% | 0.65% | - |
| HSV(B) | 271.07º | 0.67% | 0.98% | - |
| XYZ | 37.08 | 21.7 | 93.5 | - |
| YUV | 128.17 | 197.32 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 251 | 0.32 | 0.67 | 0 | 0.02 | 271.07 | 0.95 | 0.65 |
| Hex | AA | 53 | FB | 20 | 43 | 0 | 2 | 10F | 5F | 41 |
| Octal | 252 | 123 | 373 | 40 | 103 | 0 | 2 | 417 | 137 | 101 |
| Binary | 10101010 | 1010011 | 11111011 | 100000 | 1000011 | 0 | 10 | 100001111 | 1011111 | 1000001 |
Color Harmonies of #AA53FB
Complementary color
Monochromatic Colors of #AA53FB
Black with #AA53FB
Text Example
Text Example
White with #AA53FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53FB; }
p { color: rgb(170,83,251); }
H1.HeaderClassName
{
color: #AA53FB;
}
.AnyTagClassName
{
color: #AA53FB;
}
</style>
background-color css
<style>
a { background-color: #AA53FB; }
a { background-color: rgb(170,83,251); }
div.DivClassName
{
background-color: #AA53FB;
}
.BgClassName
{
background-color: #AA53FB;
}
</style>
border-color css
<style>
span { border-color: #AA53FB; }
span { border-color: rgb(170,83,251); }
td.TdClassName
{
border-color: #AA53FB;
}
.TagClassName
{
border-color: #AA53FB;
}
</style>