Shades of Medium Orchid #AA4BF1
Tints of Medium Orchid #AA4BF1
RGB
CMYK
RGB Variations
Color information
#AA4BF1 (or 0xAA4BF1) is known color: Medium Orchid. HEX triplet: AA, 4B and F1. RGB value is (170,75,241). Sum of RGB (Red+Green+Blue) = 170+75+241=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA4BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BF1 is #55B40E. Grayscale: #797979. Windows color (decimal): -5616655 or 15813546. OLE color: 15813546.
HSL color Cylindrical-coordinate representation of color #AA4BF1: hue angle of 274.34º 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 #AA4BF1 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 75 | 241 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.05 |
| HSL | 274.34º | 0.86% | 0.62% | - |
| HSV(B) | 274.34º | 0.69% | 0.95% | - |
| XYZ | 34.97 | 19.93 | 85.22 | - |
| YUV | 122.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 241 | 0.29 | 0.69 | 0 | 0.05 | 274.34 | 0.86 | 0.62 |
| Hex | AA | 4B | F1 | 1D | 45 | 0 | 5 | 112 | 56 | 3E |
| Octal | 252 | 113 | 361 | 35 | 105 | 0 | 5 | 422 | 126 | 76 |
| Binary | 10101010 | 1001011 | 11110001 | 11101 | 1000101 | 0 | 101 | 100010010 | 1010110 | 111110 |
Color Harmonies of #AA4BF1
Complementary color
Monochromatic Colors of #AA4BF1
Black with #AA4BF1
Text Example
Text Example
White with #AA4BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BF1; }
p { color: rgb(170,75,241); }
H1.HeaderClassName
{
color: #AA4BF1;
}
.AnyTagClassName
{
color: #AA4BF1;
}
</style>
background-color css
<style>
a { background-color: #AA4BF1; }
a { background-color: rgb(170,75,241); }
div.DivClassName
{
background-color: #AA4BF1;
}
.BgClassName
{
background-color: #AA4BF1;
}
</style>
border-color css
<style>
span { border-color: #AA4BF1; }
span { border-color: rgb(170,75,241); }
td.TdClassName
{
border-color: #AA4BF1;
}
.TagClassName
{
border-color: #AA4BF1;
}
</style>