Shades of Medium Purple #AA65FC
Tints of Medium Purple #AA65FC
RGB
CMYK
RGB Variations
Color information
#AA65FC (or 0xAA65FC) is known color: Medium Purple. HEX triplet: AA, 65 and FC. RGB value is (170,101,252). Sum of RGB (Red+Green+Blue) = 170+101+252=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA65FC is #559A03. Grayscale: #8A8A8A. Windows color (decimal): -5609988 or 16541098. OLE color: 16541098.
HSL color Cylindrical-coordinate representation of color #AA65FC: hue angle of 267.42º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA65FC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 101 | 252 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.01 |
| HSL | 267.42º | 0.96% | 0.69% | - |
| HSV(B) | 267.42º | 0.6% | 0.99% | - |
| XYZ | 38.8 | 24.88 | 94.85 | - |
| YUV | 138.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 252 | 0.33 | 0.60 | 0 | 0.01 | 267.42 | 0.96 | 0.69 |
| Hex | AA | 65 | FC | 21 | 3C | 0 | 1 | 10B | 60 | 45 |
| Octal | 252 | 145 | 374 | 41 | 74 | 0 | 1 | 413 | 140 | 105 |
| Binary | 10101010 | 1100101 | 11111100 | 100001 | 111100 | 0 | 1 | 100001011 | 1100000 | 1000101 |
Color Harmonies of #AA65FC
Complementary color
Monochromatic Colors of #AA65FC
Black with #AA65FC
Text Example
Text Example
White with #AA65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA65FC; }
p { color: rgb(170,101,252); }
H1.HeaderClassName
{
color: #AA65FC;
}
.AnyTagClassName
{
color: #AA65FC;
}
</style>
background-color css
<style>
a { background-color: #AA65FC; }
a { background-color: rgb(170,101,252); }
div.DivClassName
{
background-color: #AA65FC;
}
.BgClassName
{
background-color: #AA65FC;
}
</style>
border-color css
<style>
span { border-color: #AA65FC; }
span { border-color: rgb(170,101,252); }
td.TdClassName
{
border-color: #AA65FC;
}
.TagClassName
{
border-color: #AA65FC;
}
</style>