Shades of Medium Purple #AA67FD
Tints of Medium Purple #AA67FD
RGB
CMYK
RGB Variations
Color information
#AA67FD (or 0xAA67FD) is known color: Medium Purple. HEX triplet: AA, 67 and FD. RGB value is (170,103,253). Sum of RGB (Red+Green+Blue) = 170+103+253=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67FD is #559802. Grayscale: #8B8B8B. Windows color (decimal): -5609475 or 16607146. OLE color: 16607146.
HSL color Cylindrical-coordinate representation of color #AA67FD: hue angle of 266.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA67FD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 103 | 253 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.01 |
| HSL | 266.8º | 0.97% | 0.7% | - |
| HSV(B) | 266.8º | 0.59% | 0.99% | - |
| XYZ | 39.16 | 25.34 | 95.76 | - |
| YUV | 140.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 253 | 0.33 | 0.59 | 0 | 0.01 | 266.8 | 0.97 | 0.7 |
| Hex | AA | 67 | FD | 21 | 3B | 0 | 1 | 10B | 61 | 46 |
| Octal | 252 | 147 | 375 | 41 | 73 | 0 | 1 | 413 | 141 | 106 |
| Binary | 10101010 | 1100111 | 11111101 | 100001 | 111011 | 0 | 1 | 100001011 | 1100001 | 1000110 |
Color Harmonies of #AA67FD
Complementary color
Monochromatic Colors of #AA67FD
Black with #AA67FD
Text Example
Text Example
White with #AA67FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67FD; }
p { color: rgb(170,103,253); }
H1.HeaderClassName
{
color: #AA67FD;
}
.AnyTagClassName
{
color: #AA67FD;
}
</style>
background-color css
<style>
a { background-color: #AA67FD; }
a { background-color: rgb(170,103,253); }
div.DivClassName
{
background-color: #AA67FD;
}
.BgClassName
{
background-color: #AA67FD;
}
</style>
border-color css
<style>
span { border-color: #AA67FD; }
span { border-color: rgb(170,103,253); }
td.TdClassName
{
border-color: #AA67FD;
}
.TagClassName
{
border-color: #AA67FD;
}
</style>