Shades of Medium Orchid #AA47F5
Tints of Medium Orchid #AA47F5
RGB
CMYK
RGB Variations
Color information
#AA47F5 (or 0xAA47F5) is known color: Medium Orchid. HEX triplet: AA, 47 and F5. RGB value is (170,71,245). Sum of RGB (Red+Green+Blue) = 170+71+245=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA47F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47F5 is #55B80A. Grayscale: #777777. Windows color (decimal): -5617675 or 16074666. OLE color: 16074666.
HSL color Cylindrical-coordinate representation of color #AA47F5: hue angle of 274.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA47F5 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 71 | 245 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.04 |
| HSL | 274.14º | 0.9% | 0.62% | - |
| HSV(B) | 274.14º | 0.71% | 0.96% | - |
| XYZ | 35.31 | 19.65 | 88.32 | - |
| YUV | 120.44 | 198.3 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 245 | 0.31 | 0.71 | 0 | 0.04 | 274.14 | 0.9 | 0.62 |
| Hex | AA | 47 | F5 | 1F | 47 | 0 | 4 | 112 | 5A | 3E |
| Octal | 252 | 107 | 365 | 37 | 107 | 0 | 4 | 422 | 132 | 76 |
| Binary | 10101010 | 1000111 | 11110101 | 11111 | 1000111 | 0 | 100 | 100010010 | 1011010 | 111110 |
Color Harmonies of #AA47F5
Complementary color
Monochromatic Colors of #AA47F5
Black with #AA47F5
Text Example
Text Example
White with #AA47F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47F5; }
p { color: rgb(170,71,245); }
H1.HeaderClassName
{
color: #AA47F5;
}
.AnyTagClassName
{
color: #AA47F5;
}
</style>
background-color css
<style>
a { background-color: #AA47F5; }
a { background-color: rgb(170,71,245); }
div.DivClassName
{
background-color: #AA47F5;
}
.BgClassName
{
background-color: #AA47F5;
}
</style>
border-color css
<style>
span { border-color: #AA47F5; }
span { border-color: rgb(170,71,245); }
td.TdClassName
{
border-color: #AA47F5;
}
.TagClassName
{
border-color: #AA47F5;
}
</style>