Shades of Medium Purple #AA65FF
Tints of Medium Purple #AA65FF
RGB
CMYK
RGB Variations
Color information
#AA65FF (or 0xAA65FF) is known color: Medium Purple. HEX triplet: AA, 65 and FF. RGB value is (170,101,255). Sum of RGB (Red+Green+Blue) = 170+101+255=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA65FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65FF is #559A00. Grayscale: #8A8A8A. Windows color (decimal): -5609985 or 16737706. OLE color: 16737706.
HSL color Cylindrical-coordinate representation of color #AA65FF: hue angle of 266.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA65FF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 101 | 255 | - |
| CMYK | 0.33 | 0.60 | 0 | 0 |
| HSL | 266.88º | 1% | 0.7% | - |
| HSV(B) | 266.88º | 0.6% | 1% | - |
| XYZ | 39.28 | 25.07 | 97.38 | - |
| YUV | 139.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 255 | 0.33 | 0.60 | 0 | 0 | 266.88 | 1 | 0.7 |
| Hex | AA | 65 | FF | 21 | 3C | 0 | 0 | 10B | 64 | 46 |
| Octal | 252 | 145 | 377 | 41 | 74 | 0 | 0 | 413 | 144 | 106 |
| Binary | 10101010 | 1100101 | 11111111 | 100001 | 111100 | 0 | 0 | 100001011 | 1100100 | 1000110 |
Color Harmonies of #AA65FF
Complementary color
Monochromatic Colors of #AA65FF
Black with #AA65FF
Text Example
Text Example
White with #AA65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65FF; }
p { color: rgb(170,101,255); }
H1.HeaderClassName
{
color: #AA65FF;
}
.AnyTagClassName
{
color: #AA65FF;
}
</style>
background-color css
<style>
a { background-color: #AA65FF; }
a { background-color: rgb(170,101,255); }
div.DivClassName
{
background-color: #AA65FF;
}
.BgClassName
{
background-color: #AA65FF;
}
</style>
border-color css
<style>
span { border-color: #AA65FF; }
span { border-color: rgb(170,101,255); }
td.TdClassName
{
border-color: #AA65FF;
}
.TagClassName
{
border-color: #AA65FF;
}
</style>