Shades of Medium Orchid #AA4FDC
Tints of Medium Orchid #AA4FDC
RGB
CMYK
RGB Variations
Color information
#AA4FDC (or 0xAA4FDC) is known color: Medium Orchid. HEX triplet: AA, 4F and DC. RGB value is (170,79,220). Sum of RGB (Red+Green+Blue) = 170+79+220=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDC is #55B023. Grayscale: #797979. Windows color (decimal): -5615652 or 14438314. OLE color: 14438314.
HSL color Cylindrical-coordinate representation of color #AA4FDC: hue angle of 278.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4FDC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 79 | 220 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.72º | 0.67% | 0.59% | - |
| HSV(B) | 278.72º | 0.64% | 0.86% | - |
| XYZ | 32.29 | 19.31 | 69.73 | - |
| YUV | 122.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 220 | 0.23 | 0.64 | 0 | 0.14 | 278.72 | 0.67 | 0.59 |
| Hex | AA | 4F | DC | 17 | 40 | 0 | E | 117 | 43 | 3B |
| Octal | 252 | 117 | 334 | 27 | 100 | 0 | 16 | 427 | 103 | 73 |
| Binary | 10101010 | 1001111 | 11011100 | 10111 | 1000000 | 0 | 1110 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AA4FDC
Complementary color
Monochromatic Colors of #AA4FDC
Black with #AA4FDC
Text Example
Text Example
White with #AA4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FDC; }
p { color: rgb(170,79,220); }
H1.HeaderClassName
{
color: #AA4FDC;
}
.AnyTagClassName
{
color: #AA4FDC;
}
</style>
background-color css
<style>
a { background-color: #AA4FDC; }
a { background-color: rgb(170,79,220); }
div.DivClassName
{
background-color: #AA4FDC;
}
.BgClassName
{
background-color: #AA4FDC;
}
</style>
border-color css
<style>
span { border-color: #AA4FDC; }
span { border-color: rgb(170,79,220); }
td.TdClassName
{
border-color: #AA4FDC;
}
.TagClassName
{
border-color: #AA4FDC;
}
</style>