Shades of Medium Purple #AA7BDF
Tints of Medium Purple #AA7BDF
RGB
CMYK
RGB Variations
Color information
#AA7BDF (or 0xAA7BDF) is known color: Medium Purple. HEX triplet: AA, 7B and DF. RGB value is (170,123,223). Sum of RGB (Red+Green+Blue) = 170+123+223=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDF is #558420. Grayscale: #949494. Windows color (decimal): -5604385 or 14646186. OLE color: 14646186.
HSL color Cylindrical-coordinate representation of color #AA7BDF: hue angle of 268.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7BDF is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 123 | 223 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.13 |
| HSL | 268.2º | 0.61% | 0.68% | - |
| HSV(B) | 268.2º | 0.45% | 0.87% | - |
| XYZ | 36.98 | 28.04 | 73.28 | - |
| YUV | 148.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 223 | 0.24 | 0.45 | 0 | 0.13 | 268.2 | 0.61 | 0.68 |
| Hex | AA | 7B | DF | 18 | 2D | 0 | D | 10C | 3D | 44 |
| Octal | 252 | 173 | 337 | 30 | 55 | 0 | 15 | 414 | 75 | 104 |
| Binary | 10101010 | 1111011 | 11011111 | 11000 | 101101 | 0 | 1101 | 100001100 | 111101 | 1000100 |
Color Harmonies of #AA7BDF
Complementary color
Monochromatic Colors of #AA7BDF
Black with #AA7BDF
Text Example
Text Example
White with #AA7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BDF; }
p { color: rgb(170,123,223); }
H1.HeaderClassName
{
color: #AA7BDF;
}
.AnyTagClassName
{
color: #AA7BDF;
}
</style>
background-color css
<style>
a { background-color: #AA7BDF; }
a { background-color: rgb(170,123,223); }
div.DivClassName
{
background-color: #AA7BDF;
}
.BgClassName
{
background-color: #AA7BDF;
}
</style>
border-color css
<style>
span { border-color: #AA7BDF; }
span { border-color: rgb(170,123,223); }
td.TdClassName
{
border-color: #AA7BDF;
}
.TagClassName
{
border-color: #AA7BDF;
}
</style>