Shades of Medium Orchid #AA4FFD
Tints of Medium Orchid #AA4FFD
RGB
CMYK
RGB Variations
Color information
#AA4FFD (or 0xAA4FFD) is known color: Medium Orchid. HEX triplet: AA, 4F and FD. RGB value is (170,79,253). Sum of RGB (Red+Green+Blue) = 170+79+253=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FFD is #55B002. Grayscale: #7D7D7D. Windows color (decimal): -5615619 or 16601002. OLE color: 16601002.
HSL color Cylindrical-coordinate representation of color #AA4FFD: hue angle of 271.38º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4FFD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 79 | 253 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.01 |
| HSL | 271.38º | 0.98% | 0.65% | - |
| HSV(B) | 271.38º | 0.69% | 0.99% | - |
| XYZ | 37.1 | 21.23 | 95.07 | - |
| YUV | 126.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 253 | 0.33 | 0.69 | 0 | 0.01 | 271.38 | 0.98 | 0.65 |
| Hex | AA | 4F | FD | 21 | 45 | 0 | 1 | 10F | 62 | 41 |
| Octal | 252 | 117 | 375 | 41 | 105 | 0 | 1 | 417 | 142 | 101 |
| Binary | 10101010 | 1001111 | 11111101 | 100001 | 1000101 | 0 | 1 | 100001111 | 1100010 | 1000001 |
Color Harmonies of #AA4FFD
Complementary color
Monochromatic Colors of #AA4FFD
Black with #AA4FFD
Text Example
Text Example
White with #AA4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FFD; }
p { color: rgb(170,79,253); }
H1.HeaderClassName
{
color: #AA4FFD;
}
.AnyTagClassName
{
color: #AA4FFD;
}
</style>
background-color css
<style>
a { background-color: #AA4FFD; }
a { background-color: rgb(170,79,253); }
div.DivClassName
{
background-color: #AA4FFD;
}
.BgClassName
{
background-color: #AA4FFD;
}
</style>
border-color css
<style>
span { border-color: #AA4FFD; }
span { border-color: rgb(170,79,253); }
td.TdClassName
{
border-color: #AA4FFD;
}
.TagClassName
{
border-color: #AA4FFD;
}
</style>