Shades of Medium Orchid #AA4AF3
Tints of Medium Orchid #AA4AF3
RGB
CMYK
RGB Variations
Color information
#AA4AF3 (or 0xAA4AF3) is known color: Medium Orchid. HEX triplet: AA, 4A and F3. RGB value is (170,74,243). Sum of RGB (Red+Green+Blue) = 170+74+243=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA4AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AF3 is #55B50C. Grayscale: #797979. Windows color (decimal): -5616909 or 15944362. OLE color: 15944362.
HSL color Cylindrical-coordinate representation of color #AA4AF3: hue angle of 274.08º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4AF3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 74 | 243 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.05 |
| HSL | 274.08º | 0.88% | 0.62% | - |
| HSV(B) | 274.08º | 0.7% | 0.95% | - |
| XYZ | 35.2 | 19.91 | 86.78 | - |
| YUV | 121.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 243 | 0.30 | 0.70 | 0 | 0.05 | 274.08 | 0.88 | 0.62 |
| Hex | AA | 4A | F3 | 1E | 46 | 0 | 5 | 112 | 58 | 3E |
| Octal | 252 | 112 | 363 | 36 | 106 | 0 | 5 | 422 | 130 | 76 |
| Binary | 10101010 | 1001010 | 11110011 | 11110 | 1000110 | 0 | 101 | 100010010 | 1011000 | 111110 |
Color Harmonies of #AA4AF3
Complementary color
Monochromatic Colors of #AA4AF3
Black with #AA4AF3
Text Example
Text Example
White with #AA4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AF3; }
p { color: rgb(170,74,243); }
H1.HeaderClassName
{
color: #AA4AF3;
}
.AnyTagClassName
{
color: #AA4AF3;
}
</style>
background-color css
<style>
a { background-color: #AA4AF3; }
a { background-color: rgb(170,74,243); }
div.DivClassName
{
background-color: #AA4AF3;
}
.BgClassName
{
background-color: #AA4AF3;
}
</style>
border-color css
<style>
span { border-color: #AA4AF3; }
span { border-color: rgb(170,74,243); }
td.TdClassName
{
border-color: #AA4AF3;
}
.TagClassName
{
border-color: #AA4AF3;
}
</style>