Shades of Medium Orchid #AA4FF2
Tints of Medium Orchid #AA4FF2
RGB
CMYK
RGB Variations
Color information
#AA4FF2 (or 0xAA4FF2) is known color: Medium Orchid. HEX triplet: AA, 4F and F2. RGB value is (170,79,242). Sum of RGB (Red+Green+Blue) = 170+79+242=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FF2 is #55B00D. Grayscale: #7C7C7C. Windows color (decimal): -5615630 or 15880106. OLE color: 15880106.
HSL color Cylindrical-coordinate representation of color #AA4FF2: hue angle of 273.5º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4FF2 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 79 | 242 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.05 |
| HSL | 273.5º | 0.86% | 0.63% | - |
| HSV(B) | 273.5º | 0.67% | 0.95% | - |
| XYZ | 35.4 | 20.55 | 86.1 | - |
| YUV | 124.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 242 | 0.30 | 0.67 | 0 | 0.05 | 273.5 | 0.86 | 0.63 |
| Hex | AA | 4F | F2 | 1E | 43 | 0 | 5 | 111 | 56 | 3F |
| Octal | 252 | 117 | 362 | 36 | 103 | 0 | 5 | 421 | 126 | 77 |
| Binary | 10101010 | 1001111 | 11110010 | 11110 | 1000011 | 0 | 101 | 100010001 | 1010110 | 111111 |
Color Harmonies of #AA4FF2
Complementary color
Monochromatic Colors of #AA4FF2
Black with #AA4FF2
Text Example
Text Example
White with #AA4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FF2; }
p { color: rgb(170,79,242); }
H1.HeaderClassName
{
color: #AA4FF2;
}
.AnyTagClassName
{
color: #AA4FF2;
}
</style>
background-color css
<style>
a { background-color: #AA4FF2; }
a { background-color: rgb(170,79,242); }
div.DivClassName
{
background-color: #AA4FF2;
}
.BgClassName
{
background-color: #AA4FF2;
}
</style>
border-color css
<style>
span { border-color: #AA4FF2; }
span { border-color: rgb(170,79,242); }
td.TdClassName
{
border-color: #AA4FF2;
}
.TagClassName
{
border-color: #AA4FF2;
}
</style>