Shades of Medium Orchid #AA4AF1
Tints of Medium Orchid #AA4AF1
RGB
CMYK
RGB Variations
Color information
#AA4AF1 (or 0xAA4AF1) is known color: Medium Orchid. HEX triplet: AA, 4A and F1. RGB value is (170,74,241). Sum of RGB (Red+Green+Blue) = 170+74+241=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA4AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AF1 is #55B50E. Grayscale: #797979. Windows color (decimal): -5616911 or 15813290. OLE color: 15813290.
HSL color Cylindrical-coordinate representation of color #AA4AF1: hue angle of 274.49º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4AF1 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 74 | 241 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 274.49º | 0.86% | 0.62% | - |
| HSV(B) | 274.49º | 0.69% | 0.95% | - |
| XYZ | 34.9 | 19.79 | 85.2 | - |
| YUV | 121.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 241 | 0.29 | 0.69 | 0 | 0.05 | 274.49 | 0.86 | 0.62 |
| Hex | AA | 4A | F1 | 1D | 45 | 0 | 5 | 112 | 56 | 3E |
| Octal | 252 | 112 | 361 | 35 | 105 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101010 | 1001010 | 11110001 | 11101 | 1000101 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #AA4AF1
Complementary color
Monochromatic Colors of #AA4AF1
Black with #AA4AF1
Text Example
Text Example
White with #AA4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AF1; }
p { color: rgb(170,74,241); }
H1.HeaderClassName
{
color: #AA4AF1;
}
.AnyTagClassName
{
color: #AA4AF1;
}
</style>
background-color css
<style>
a { background-color: #AA4AF1; }
a { background-color: rgb(170,74,241); }
div.DivClassName
{
background-color: #AA4AF1;
}
.BgClassName
{
background-color: #AA4AF1;
}
</style>
border-color css
<style>
span { border-color: #AA4AF1; }
span { border-color: rgb(170,74,241); }
td.TdClassName
{
border-color: #AA4AF1;
}
.TagClassName
{
border-color: #AA4AF1;
}
</style>