Shades of Perano #AA9FFC
Tints of Perano #AA9FFC
RGB
CMYK
RGB Variations
Color information
#AA9FFC (or 0xAA9FFC) is known color: Perano. HEX triplet: AA, 9F and FC. RGB value is (170,159,252). Sum of RGB (Red+Green+Blue) = 170+159+252=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFC is #556003. Grayscale: #ACACAC. Windows color (decimal): -5595140 or 16555946. OLE color: 16555946.
HSL color Cylindrical-coordinate representation of color #AA9FFC: hue angle of 247.1º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA9FFC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 159 | 252 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.01 |
| HSL | 247.1º | 0.94% | 0.81% | - |
| HSV(B) | 247.1º | 0.37% | 0.99% | - |
| XYZ | 46.55 | 40.37 | 97.43 | - |
| YUV | 172.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 252 | 0.33 | 0.37 | 0 | 0.01 | 247.1 | 0.94 | 0.81 |
| Hex | AA | 9F | FC | 21 | 25 | 0 | 1 | F7 | 5E | 51 |
| Octal | 252 | 237 | 374 | 41 | 45 | 0 | 1 | 367 | 136 | 121 |
| Binary | 10101010 | 10011111 | 11111100 | 100001 | 100101 | 0 | 1 | 11110111 | 1011110 | 1010001 |
Color Harmonies of #AA9FFC
Complementary color
Monochromatic Colors of #AA9FFC
Black with #AA9FFC
Text Example
Text Example
White with #AA9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FFC; }
p { color: rgb(170,159,252); }
H1.HeaderClassName
{
color: #AA9FFC;
}
.AnyTagClassName
{
color: #AA9FFC;
}
</style>
background-color css
<style>
a { background-color: #AA9FFC; }
a { background-color: rgb(170,159,252); }
div.DivClassName
{
background-color: #AA9FFC;
}
.BgClassName
{
background-color: #AA9FFC;
}
</style>
border-color css
<style>
span { border-color: #AA9FFC; }
span { border-color: rgb(170,159,252); }
td.TdClassName
{
border-color: #AA9FFC;
}
.TagClassName
{
border-color: #AA9FFC;
}
</style>