Shades of Perano #AA9DFF
Tints of Perano #AA9DFF
RGB
CMYK
RGB Variations
Color information
#AA9DFF (or 0xAA9DFF) is known color: Perano. HEX triplet: AA, 9D and FF. RGB value is (170,157,255). Sum of RGB (Red+Green+Blue) = 170+157+255=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DFF is #556200. Grayscale: #ABABAB. Windows color (decimal): -5595649 or 16752042. OLE color: 16752042.
HSL color Cylindrical-coordinate representation of color #AA9DFF: hue angle of 247.96º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA9DFF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 157 | 255 | - |
| CMYK | 0.33 | 0.38 | 0 | 0 |
| HSL | 247.96º | 1% | 0.81% | - |
| HSV(B) | 247.96º | 0.38% | 1% | - |
| XYZ | 46.68 | 39.88 | 99.84 | - |
| YUV | 172.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 255 | 0.33 | 0.38 | 0 | 0 | 247.96 | 1 | 0.81 |
| Hex | AA | 9D | FF | 21 | 26 | 0 | 0 | F8 | 64 | 51 |
| Octal | 252 | 235 | 377 | 41 | 46 | 0 | 0 | 370 | 144 | 121 |
| Binary | 10101010 | 10011101 | 11111111 | 100001 | 100110 | 0 | 0 | 11111000 | 1100100 | 1010001 |
Color Harmonies of #AA9DFF
Complementary color
Monochromatic Colors of #AA9DFF
Black with #AA9DFF
Text Example
Text Example
White with #AA9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9DFF; }
p { color: rgb(170,157,255); }
H1.HeaderClassName
{
color: #AA9DFF;
}
.AnyTagClassName
{
color: #AA9DFF;
}
</style>
background-color css
<style>
a { background-color: #AA9DFF; }
a { background-color: rgb(170,157,255); }
div.DivClassName
{
background-color: #AA9DFF;
}
.BgClassName
{
background-color: #AA9DFF;
}
</style>
border-color css
<style>
span { border-color: #AA9DFF; }
span { border-color: rgb(170,157,255); }
td.TdClassName
{
border-color: #AA9DFF;
}
.TagClassName
{
border-color: #AA9DFF;
}
</style>