Shades of Medium Orchid #AA45CF
Tints of Medium Orchid #AA45CF
RGB
CMYK
RGB Variations
Color information
#AA45CF (or 0xAA45CF) is known color: Medium Orchid. HEX triplet: AA, 45 and CF. RGB value is (170,69,207). Sum of RGB (Red+Green+Blue) = 170+69+207=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA45CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45CF is #55BA30. Grayscale: #727272. Windows color (decimal): -5618225 or 13583786. OLE color: 13583786.
HSL color Cylindrical-coordinate representation of color #AA45CF: hue angle of 283.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA45CF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 69 | 207 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.19 |
| HSL | 283.91º | 0.59% | 0.54% | - |
| HSV(B) | 283.91º | 0.67% | 0.81% | - |
| XYZ | 29.97 | 17.31 | 60.79 | - |
| YUV | 114.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 207 | 0.18 | 0.67 | 0 | 0.19 | 283.91 | 0.59 | 0.54 |
| Hex | AA | 45 | CF | 12 | 43 | 0 | 13 | 11C | 3B | 36 |
| Octal | 252 | 105 | 317 | 22 | 103 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101010 | 1000101 | 11001111 | 10010 | 1000011 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #AA45CF
Complementary color
Monochromatic Colors of #AA45CF
Black with #AA45CF
Text Example
Text Example
White with #AA45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45CF; }
p { color: rgb(170,69,207); }
H1.HeaderClassName
{
color: #AA45CF;
}
.AnyTagClassName
{
color: #AA45CF;
}
</style>
background-color css
<style>
a { background-color: #AA45CF; }
a { background-color: rgb(170,69,207); }
div.DivClassName
{
background-color: #AA45CF;
}
.BgClassName
{
background-color: #AA45CF;
}
</style>
border-color css
<style>
span { border-color: #AA45CF; }
span { border-color: rgb(170,69,207); }
td.TdClassName
{
border-color: #AA45CF;
}
.TagClassName
{
border-color: #AA45CF;
}
</style>