Shades of Medium Orchid #AA52FE
Tints of Medium Orchid #AA52FE
RGB
CMYK
RGB Variations
Color information
#AA52FE (or 0xAA52FE) is known color: Medium Orchid. HEX triplet: AA, 52 and FE. RGB value is (170,82,254). Sum of RGB (Red+Green+Blue) = 170+82+254=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA52FE is #55AD01. Grayscale: #7F7F7F. Windows color (decimal): -5614850 or 16667306. OLE color: 16667306.
HSL color Cylindrical-coordinate representation of color #AA52FE: hue angle of 270.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA52FE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 82 | 254 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.00 |
| HSL | 270.7º | 0.99% | 0.66% | - |
| HSV(B) | 270.7º | 0.68% | 1% | - |
| XYZ | 37.48 | 21.74 | 95.99 | - |
| YUV | 127.92 | 199.15 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 254 | 0.33 | 0.68 | 0 | 0.00 | 270.7 | 0.99 | 0.66 |
| Hex | AA | 52 | FE | 21 | 44 | 0 | 0 | 10F | 63 | 42 |
| Octal | 252 | 122 | 376 | 41 | 104 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101010 | 1010010 | 11111110 | 100001 | 1000100 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AA52FE
Complementary color
Monochromatic Colors of #AA52FE
Black with #AA52FE
Text Example
Text Example
White with #AA52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52FE; }
p { color: rgb(170,82,254); }
H1.HeaderClassName
{
color: #AA52FE;
}
.AnyTagClassName
{
color: #AA52FE;
}
</style>
background-color css
<style>
a { background-color: #AA52FE; }
a { background-color: rgb(170,82,254); }
div.DivClassName
{
background-color: #AA52FE;
}
.BgClassName
{
background-color: #AA52FE;
}
</style>
border-color css
<style>
span { border-color: #AA52FE; }
span { border-color: rgb(170,82,254); }
td.TdClassName
{
border-color: #AA52FE;
}
.TagClassName
{
border-color: #AA52FE;
}
</style>