Shades of Medium Orchid #AA44CF
Tints of Medium Orchid #AA44CF
RGB
CMYK
RGB Variations
Color information
#AA44CF (or 0xAA44CF) is known color: Medium Orchid. HEX triplet: AA, 44 and CF. RGB value is (170,68,207). Sum of RGB (Red+Green+Blue) = 170+68+207=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA44CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44CF is #55BB30. Grayscale: #717171. Windows color (decimal): -5618481 or 13583530. OLE color: 13583530.
HSL color Cylindrical-coordinate representation of color #AA44CF: hue angle of 284.03º 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 #AA44CF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 68 | 207 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.19 |
| HSL | 284.03º | 0.59% | 0.54% | - |
| HSV(B) | 284.03º | 0.67% | 0.81% | - |
| XYZ | 29.91 | 17.19 | 60.77 | - |
| YUV | 114.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 207 | 0.18 | 0.67 | 0 | 0.19 | 284.03 | 0.59 | 0.54 |
| Hex | AA | 44 | CF | 12 | 43 | 0 | 13 | 11C | 3B | 36 |
| Octal | 252 | 104 | 317 | 22 | 103 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101010 | 1000100 | 11001111 | 10010 | 1000011 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #AA44CF
Complementary color
Monochromatic Colors of #AA44CF
Black with #AA44CF
Text Example
Text Example
White with #AA44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44CF; }
p { color: rgb(170,68,207); }
H1.HeaderClassName
{
color: #AA44CF;
}
.AnyTagClassName
{
color: #AA44CF;
}
</style>
background-color css
<style>
a { background-color: #AA44CF; }
a { background-color: rgb(170,68,207); }
div.DivClassName
{
background-color: #AA44CF;
}
.BgClassName
{
background-color: #AA44CF;
}
</style>
border-color css
<style>
span { border-color: #AA44CF; }
span { border-color: rgb(170,68,207); }
td.TdClassName
{
border-color: #AA44CF;
}
.TagClassName
{
border-color: #AA44CF;
}
</style>