Shades of Medium Purple #AA7BF2
Tints of Medium Purple #AA7BF2
RGB
CMYK
RGB Variations
Color information
#AA7BF2 (or 0xAA7BF2) is known color: Medium Purple. HEX triplet: AA, 7B and F2. RGB value is (170,123,242). Sum of RGB (Red+Green+Blue) = 170+123+242=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA7BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BF2 is #55840D. Grayscale: #969696. Windows color (decimal): -5604366 or 15891370. OLE color: 15891370.
HSL color Cylindrical-coordinate representation of color #AA7BF2: hue angle of 263.7º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7BF2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 123 | 242 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.05 |
| HSL | 263.7º | 0.82% | 0.72% | - |
| HSV(B) | 263.7º | 0.49% | 0.95% | - |
| XYZ | 39.69 | 29.12 | 87.53 | - |
| YUV | 150.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 242 | 0.30 | 0.49 | 0 | 0.05 | 263.7 | 0.82 | 0.72 |
| Hex | AA | 7B | F2 | 1E | 31 | 0 | 5 | 108 | 52 | 48 |
| Octal | 252 | 173 | 362 | 36 | 61 | 0 | 5 | 410 | 122 | 110 |
| Binary | 10101010 | 1111011 | 11110010 | 11110 | 110001 | 0 | 101 | 100001000 | 1010010 | 1001000 |
Color Harmonies of #AA7BF2
Complementary color
Monochromatic Colors of #AA7BF2
Black with #AA7BF2
Text Example
Text Example
White with #AA7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BF2; }
p { color: rgb(170,123,242); }
H1.HeaderClassName
{
color: #AA7BF2;
}
.AnyTagClassName
{
color: #AA7BF2;
}
</style>
background-color css
<style>
a { background-color: #AA7BF2; }
a { background-color: rgb(170,123,242); }
div.DivClassName
{
background-color: #AA7BF2;
}
.BgClassName
{
background-color: #AA7BF2;
}
</style>
border-color css
<style>
span { border-color: #AA7BF2; }
span { border-color: rgb(170,123,242); }
td.TdClassName
{
border-color: #AA7BF2;
}
.TagClassName
{
border-color: #AA7BF2;
}
</style>