Shades of Medium Purple #AA65FE
Tints of Medium Purple #AA65FE
RGB
CMYK
RGB Variations
Color information
#AA65FE (or 0xAA65FE) is known color: Medium Purple. HEX triplet: AA, 65 and FE. RGB value is (170,101,254). Sum of RGB (Red+Green+Blue) = 170+101+254=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65FE is #559A01. Grayscale: #8A8A8A. Windows color (decimal): -5609986 or 16672170. OLE color: 16672170.
HSL color Cylindrical-coordinate representation of color #AA65FE: hue angle of 267.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA65FE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 101 | 254 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.00 |
| HSL | 267.06º | 0.99% | 0.7% | - |
| HSV(B) | 267.06º | 0.6% | 1% | - |
| XYZ | 39.12 | 25.01 | 96.53 | - |
| YUV | 139.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 254 | 0.33 | 0.60 | 0 | 0.00 | 267.06 | 0.99 | 0.7 |
| Hex | AA | 65 | FE | 21 | 3C | 0 | 0 | 10B | 63 | 46 |
| Octal | 252 | 145 | 376 | 41 | 74 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101010 | 1100101 | 11111110 | 100001 | 111100 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AA65FE
Complementary color
Monochromatic Colors of #AA65FE
Black with #AA65FE
Text Example
Text Example
White with #AA65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65FE; }
p { color: rgb(170,101,254); }
H1.HeaderClassName
{
color: #AA65FE;
}
.AnyTagClassName
{
color: #AA65FE;
}
</style>
background-color css
<style>
a { background-color: #AA65FE; }
a { background-color: rgb(170,101,254); }
div.DivClassName
{
background-color: #AA65FE;
}
.BgClassName
{
background-color: #AA65FE;
}
</style>
border-color css
<style>
span { border-color: #AA65FE; }
span { border-color: rgb(170,101,254); }
td.TdClassName
{
border-color: #AA65FE;
}
.TagClassName
{
border-color: #AA65FE;
}
</style>