Shades of Medium Purple #AA69FB
Tints of Medium Purple #AA69FB
RGB
CMYK
RGB Variations
Color information
#AA69FB (or 0xAA69FB) is known color: Medium Purple. HEX triplet: AA, 69 and FB. RGB value is (170,105,251). Sum of RGB (Red+Green+Blue) = 170+105+251=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA69FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69FB is #559604. Grayscale: #8C8C8C. Windows color (decimal): -5608965 or 16476586. OLE color: 16476586.
HSL color Cylindrical-coordinate representation of color #AA69FB: hue angle of 266.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA69FB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 105 | 251 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.02 |
| HSL | 266.71º | 0.95% | 0.7% | - |
| HSV(B) | 266.71º | 0.58% | 0.98% | - |
| XYZ | 39.04 | 25.61 | 94.15 | - |
| YUV | 141.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 251 | 0.32 | 0.58 | 0 | 0.02 | 266.71 | 0.95 | 0.7 |
| Hex | AA | 69 | FB | 20 | 3A | 0 | 2 | 10B | 5F | 46 |
| Octal | 252 | 151 | 373 | 40 | 72 | 0 | 2 | 413 | 137 | 106 |
| Binary | 10101010 | 1101001 | 11111011 | 100000 | 111010 | 0 | 10 | 100001011 | 1011111 | 1000110 |
Color Harmonies of #AA69FB
Complementary color
Monochromatic Colors of #AA69FB
Black with #AA69FB
Text Example
Text Example
White with #AA69FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69FB; }
p { color: rgb(170,105,251); }
H1.HeaderClassName
{
color: #AA69FB;
}
.AnyTagClassName
{
color: #AA69FB;
}
</style>
background-color css
<style>
a { background-color: #AA69FB; }
a { background-color: rgb(170,105,251); }
div.DivClassName
{
background-color: #AA69FB;
}
.BgClassName
{
background-color: #AA69FB;
}
</style>
border-color css
<style>
span { border-color: #AA69FB; }
span { border-color: rgb(170,105,251); }
td.TdClassName
{
border-color: #AA69FB;
}
.TagClassName
{
border-color: #AA69FB;
}
</style>