Shades of Medium Orchid #AA4CF2
Tints of Medium Orchid #AA4CF2
RGB
CMYK
RGB Variations
Color information
#AA4CF2 (or 0xAA4CF2) is known color: Medium Orchid. HEX triplet: AA, 4C and F2. RGB value is (170,76,242). Sum of RGB (Red+Green+Blue) = 170+76+242=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CF2 is #55B30D. Grayscale: #7A7A7A. Windows color (decimal): -5616398 or 15879338. OLE color: 15879338.
HSL color Cylindrical-coordinate representation of color #AA4CF2: hue angle of 273.98º 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 #AA4CF2 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 76 | 242 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.05 |
| HSL | 273.98º | 0.86% | 0.62% | - |
| HSV(B) | 273.98º | 0.69% | 0.95% | - |
| XYZ | 35.19 | 20.13 | 86.03 | - |
| YUV | 123.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 242 | 0.30 | 0.69 | 0 | 0.05 | 273.98 | 0.86 | 0.62 |
| Hex | AA | 4C | F2 | 1E | 45 | 0 | 5 | 112 | 56 | 3E |
| Octal | 252 | 114 | 362 | 36 | 105 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101010 | 1001100 | 11110010 | 11110 | 1000101 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #AA4CF2
Complementary color
Monochromatic Colors of #AA4CF2
Black with #AA4CF2
Text Example
Text Example
White with #AA4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4CF2; }
p { color: rgb(170,76,242); }
H1.HeaderClassName
{
color: #AA4CF2;
}
.AnyTagClassName
{
color: #AA4CF2;
}
</style>
background-color css
<style>
a { background-color: #AA4CF2; }
a { background-color: rgb(170,76,242); }
div.DivClassName
{
background-color: #AA4CF2;
}
.BgClassName
{
background-color: #AA4CF2;
}
</style>
border-color css
<style>
span { border-color: #AA4CF2; }
span { border-color: rgb(170,76,242); }
td.TdClassName
{
border-color: #AA4CF2;
}
.TagClassName
{
border-color: #AA4CF2;
}
</style>