Shades of Perano #AA9CFF
Tints of Perano #AA9CFF
RGB
CMYK
RGB Variations
Color information
#AA9CFF (or 0xAA9CFF) is known color: Perano. HEX triplet: AA, 9C and FF. RGB value is (170,156,255). Sum of RGB (Red+Green+Blue) = 170+156+255=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CFF is #556300. Grayscale: #ABABAB. Windows color (decimal): -5595905 or 16751786. OLE color: 16751786.
HSL color Cylindrical-coordinate representation of color #AA9CFF: hue angle of 248.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA9CFF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 156 | 255 | - |
| CMYK | 0.33 | 0.39 | 0 | 0 |
| HSL | 248.48º | 1% | 0.81% | - |
| HSV(B) | 248.48º | 0.39% | 1% | - |
| XYZ | 46.52 | 39.54 | 99.79 | - |
| YUV | 171.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 255 | 0.33 | 0.39 | 0 | 0 | 248.48 | 1 | 0.81 |
| Hex | AA | 9C | FF | 21 | 27 | 0 | 0 | F8 | 64 | 51 |
| Octal | 252 | 234 | 377 | 41 | 47 | 0 | 0 | 370 | 144 | 121 |
| Binary | 10101010 | 10011100 | 11111111 | 100001 | 100111 | 0 | 0 | 11111000 | 1100100 | 1010001 |
Color Harmonies of #AA9CFF
Complementary color
Monochromatic Colors of #AA9CFF
Black with #AA9CFF
Text Example
Text Example
White with #AA9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CFF; }
p { color: rgb(170,156,255); }
H1.HeaderClassName
{
color: #AA9CFF;
}
.AnyTagClassName
{
color: #AA9CFF;
}
</style>
background-color css
<style>
a { background-color: #AA9CFF; }
a { background-color: rgb(170,156,255); }
div.DivClassName
{
background-color: #AA9CFF;
}
.BgClassName
{
background-color: #AA9CFF;
}
</style>
border-color css
<style>
span { border-color: #AA9CFF; }
span { border-color: rgb(170,156,255); }
td.TdClassName
{
border-color: #AA9CFF;
}
.TagClassName
{
border-color: #AA9CFF;
}
</style>