Shades of Medium Orchid #AA52FF
Tints of Medium Orchid #AA52FF
RGB
CMYK
RGB Variations
Color information
#AA52FF (or 0xAA52FF) is known color: Medium Orchid. HEX triplet: AA, 52 and FF. RGB value is (170,82,255). Sum of RGB (Red+Green+Blue) = 170+82+255=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52FF is #55AD00. Grayscale: #7F7F7F. Windows color (decimal): -5614849 or 16732842. OLE color: 16732842.
HSL color Cylindrical-coordinate representation of color #AA52FF: hue angle of 270.52º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA52FF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 82 | 255 | - |
| CMYK | 0.33 | 0.68 | 0 | 0 |
| HSL | 270.52º | 1% | 0.66% | - |
| HSV(B) | 270.52º | 0.68% | 1% | - |
| XYZ | 37.64 | 21.8 | 96.83 | - |
| YUV | 128.03 | 199.65 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 255 | 0.33 | 0.68 | 0 | 0 | 270.52 | 1 | 0.66 |
| Hex | AA | 52 | FF | 21 | 44 | 0 | 0 | 10F | 64 | 42 |
| Octal | 252 | 122 | 377 | 41 | 104 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101010 | 1010010 | 11111111 | 100001 | 1000100 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #AA52FF
Complementary color
Monochromatic Colors of #AA52FF
Black with #AA52FF
Text Example
Text Example
White with #AA52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52FF; }
p { color: rgb(170,82,255); }
H1.HeaderClassName
{
color: #AA52FF;
}
.AnyTagClassName
{
color: #AA52FF;
}
</style>
background-color css
<style>
a { background-color: #AA52FF; }
a { background-color: rgb(170,82,255); }
div.DivClassName
{
background-color: #AA52FF;
}
.BgClassName
{
background-color: #AA52FF;
}
</style>
border-color css
<style>
span { border-color: #AA52FF; }
span { border-color: rgb(170,82,255); }
td.TdClassName
{
border-color: #AA52FF;
}
.TagClassName
{
border-color: #AA52FF;
}
</style>