Shades of Medium Orchid #AA4FCF
Tints of Medium Orchid #AA4FCF
RGB
CMYK
RGB Variations
Color information
#AA4FCF (or 0xAA4FCF) is known color: Medium Orchid. HEX triplet: AA, 4F and CF. RGB value is (170,79,207). Sum of RGB (Red+Green+Blue) = 170+79+207=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FCF is #55B030. Grayscale: #787878. Windows color (decimal): -5615665 or 13586346. OLE color: 13586346.
HSL color Cylindrical-coordinate representation of color #AA4FCF: hue angle of 282.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4FCF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 79 | 207 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.19 |
| HSL | 282.66º | 0.57% | 0.56% | - |
| HSV(B) | 282.66º | 0.62% | 0.81% | - |
| XYZ | 30.64 | 18.64 | 61.02 | - |
| YUV | 120.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 207 | 0.18 | 0.62 | 0 | 0.19 | 282.66 | 0.57 | 0.56 |
| Hex | AA | 4F | CF | 12 | 3E | 0 | 13 | 11B | 39 | 38 |
| Octal | 252 | 117 | 317 | 22 | 76 | 0 | 23 | 433 | 71 | 70 |
| Binary | 10101010 | 1001111 | 11001111 | 10010 | 111110 | 0 | 10011 | 100011011 | 111001 | 111000 |
Color Harmonies of #AA4FCF
Complementary color
Monochromatic Colors of #AA4FCF
Black with #AA4FCF
Text Example
Text Example
White with #AA4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FCF; }
p { color: rgb(170,79,207); }
H1.HeaderClassName
{
color: #AA4FCF;
}
.AnyTagClassName
{
color: #AA4FCF;
}
</style>
background-color css
<style>
a { background-color: #AA4FCF; }
a { background-color: rgb(170,79,207); }
div.DivClassName
{
background-color: #AA4FCF;
}
.BgClassName
{
background-color: #AA4FCF;
}
</style>
border-color css
<style>
span { border-color: #AA4FCF; }
span { border-color: rgb(170,79,207); }
td.TdClassName
{
border-color: #AA4FCF;
}
.TagClassName
{
border-color: #AA4FCF;
}
</style>