Shades of Medium Orchid #AA4FD3
Tints of Medium Orchid #AA4FD3
RGB
CMYK
RGB Variations
Color information
#AA4FD3 (or 0xAA4FD3) is known color: Medium Orchid. HEX triplet: AA, 4F and D3. RGB value is (170,79,211). Sum of RGB (Red+Green+Blue) = 170+79+211=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA4FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FD3 is #55B02C. Grayscale: #787878. Windows color (decimal): -5615661 or 13848490. OLE color: 13848490.
HSL color Cylindrical-coordinate representation of color #AA4FD3: hue angle of 281.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA4FD3 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 79 | 211 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.17 |
| HSL | 281.36º | 0.6% | 0.57% | - |
| HSV(B) | 281.36º | 0.63% | 0.83% | - |
| XYZ | 31.13 | 18.84 | 63.62 | - |
| YUV | 121.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 211 | 0.19 | 0.63 | 0 | 0.17 | 281.36 | 0.6 | 0.57 |
| Hex | AA | 4F | D3 | 13 | 3F | 0 | 11 | 119 | 3C | 39 |
| Octal | 252 | 117 | 323 | 23 | 77 | 0 | 21 | 431 | 74 | 71 |
| Binary | 10101010 | 1001111 | 11010011 | 10011 | 111111 | 0 | 10001 | 100011001 | 111100 | 111001 |
Color Harmonies of #AA4FD3
Complementary color
Monochromatic Colors of #AA4FD3
Black with #AA4FD3
Text Example
Text Example
White with #AA4FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FD3; }
p { color: rgb(170,79,211); }
H1.HeaderClassName
{
color: #AA4FD3;
}
.AnyTagClassName
{
color: #AA4FD3;
}
</style>
background-color css
<style>
a { background-color: #AA4FD3; }
a { background-color: rgb(170,79,211); }
div.DivClassName
{
background-color: #AA4FD3;
}
.BgClassName
{
background-color: #AA4FD3;
}
</style>
border-color css
<style>
span { border-color: #AA4FD3; }
span { border-color: rgb(170,79,211); }
td.TdClassName
{
border-color: #AA4FD3;
}
.TagClassName
{
border-color: #AA4FD3;
}
</style>