Shades of Medium Purple #AA6BED
Tints of Medium Purple #AA6BED
RGB
CMYK
RGB Variations
Color information
#AA6BED (or 0xAA6BED) is known color: Medium Purple. HEX triplet: AA, 6B and ED. RGB value is (170,107,237). Sum of RGB (Red+Green+Blue) = 170+107+237=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA6BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BED is #559412. Grayscale: #8C8C8C. Windows color (decimal): -5608467 or 15559594. OLE color: 15559594.
HSL color Cylindrical-coordinate representation of color #AA6BED: hue angle of 269.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6BED is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 107 | 237 | - |
CMYK | 0.28 | 0.55 | 0 | 0.07 |
HSL | 269.08º | 0.78% | 0.67% | - |
HSV(B) | 269.08º | 0.55% | 0.93% | - |
XYZ | 37.12 | 25.18 | 83.02 | - |
YUV | 140.66 | 182.37 | 148.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 107 | 237 | 0.28 | 0.55 | 0 | 0.07 | 269.08 | 0.78 | 0.67 |
Hex | AA | 6B | ED | 1C | 37 | 0 | 7 | 10D | 4E | 43 |
Octal | 252 | 153 | 355 | 34 | 67 | 0 | 7 | 415 | 116 | 103 |
Binary | 10101010 | 1101011 | 11101101 | 11100 | 110111 | 0 | 111 | 100001101 | 1001110 | 1000011 |
Color Harmonies of #AA6BED
Complementary color
Monochromatic Colors of #AA6BED
Black with #AA6BED
Text Example
Text Example
White with #AA6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BED; }
p { color: rgb(170,107,237); }
H1.HeaderClassName
{
color: #AA6BED;
}
.AnyTagClassName
{
color: #AA6BED;
}
</style>
background-color css
<style>
a { background-color: #AA6BED; }
a { background-color: rgb(170,107,237); }
div.DivClassName
{
background-color: #AA6BED;
}
.BgClassName
{
background-color: #AA6BED;
}
</style>
border-color css
<style>
span { border-color: #AA6BED; }
span { border-color: rgb(170,107,237); }
td.TdClassName
{
border-color: #AA6BED;
}
.TagClassName
{
border-color: #AA6BED;
}
</style>