Shades of Medium Purple #AA67FB
Tints of Medium Purple #AA67FB
RGB
CMYK
RGB Variations
Color information
#AA67FB (or 0xAA67FB) is known color: Medium Purple. HEX triplet: AA, 67 and FB. RGB value is (170,103,251). Sum of RGB (Red+Green+Blue) = 170+103+251=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67FB is #559804. Grayscale: #8B8B8B. Windows color (decimal): -5609477 or 16476074. OLE color: 16476074.
HSL color Cylindrical-coordinate representation of color #AA67FB: hue angle of 267.16º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA67FB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 103 | 251 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.02 |
| HSL | 267.16º | 0.95% | 0.69% | - |
| HSV(B) | 267.16º | 0.59% | 0.98% | - |
| XYZ | 38.84 | 25.21 | 94.09 | - |
| YUV | 139.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 251 | 0.32 | 0.59 | 0 | 0.02 | 267.16 | 0.95 | 0.69 |
| Hex | AA | 67 | FB | 20 | 3B | 0 | 2 | 10B | 5F | 45 |
| Octal | 252 | 147 | 373 | 40 | 73 | 0 | 2 | 413 | 137 | 105 |
| Binary | 10101010 | 1100111 | 11111011 | 100000 | 111011 | 0 | 10 | 100001011 | 1011111 | 1000101 |
Color Harmonies of #AA67FB
Complementary color
Monochromatic Colors of #AA67FB
Black with #AA67FB
Text Example
Text Example
White with #AA67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67FB; }
p { color: rgb(170,103,251); }
H1.HeaderClassName
{
color: #AA67FB;
}
.AnyTagClassName
{
color: #AA67FB;
}
</style>
background-color css
<style>
a { background-color: #AA67FB; }
a { background-color: rgb(170,103,251); }
div.DivClassName
{
background-color: #AA67FB;
}
.BgClassName
{
background-color: #AA67FB;
}
</style>
border-color css
<style>
span { border-color: #AA67FB; }
span { border-color: rgb(170,103,251); }
td.TdClassName
{
border-color: #AA67FB;
}
.TagClassName
{
border-color: #AA67FB;
}
</style>