Shades of Perano #AA9FFB
Tints of Perano #AA9FFB
RGB
CMYK
RGB Variations
Color information
#AA9FFB (or 0xAA9FFB) is known color: Perano. HEX triplet: AA, 9F and FB. RGB value is (170,159,251). Sum of RGB (Red+Green+Blue) = 170+159+251=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFB is #556004. Grayscale: #ACACAC. Windows color (decimal): -5595141 or 16490410. OLE color: 16490410.
HSL color Cylindrical-coordinate representation of color #AA9FFB: hue angle of 247.17º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA9FFB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 159 | 251 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.02 |
| HSL | 247.17º | 0.92% | 0.8% | - |
| HSV(B) | 247.17º | 0.37% | 0.98% | - |
| XYZ | 46.39 | 40.31 | 96.6 | - |
| YUV | 172.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 251 | 0.32 | 0.37 | 0 | 0.02 | 247.17 | 0.92 | 0.8 |
| Hex | AA | 9F | FB | 20 | 25 | 0 | 2 | F7 | 5C | 50 |
| Octal | 252 | 237 | 373 | 40 | 45 | 0 | 2 | 367 | 134 | 120 |
| Binary | 10101010 | 10011111 | 11111011 | 100000 | 100101 | 0 | 10 | 11110111 | 1011100 | 1010000 |
Color Harmonies of #AA9FFB
Complementary color
Monochromatic Colors of #AA9FFB
Black with #AA9FFB
Text Example
Text Example
White with #AA9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FFB; }
p { color: rgb(170,159,251); }
H1.HeaderClassName
{
color: #AA9FFB;
}
.AnyTagClassName
{
color: #AA9FFB;
}
</style>
background-color css
<style>
a { background-color: #AA9FFB; }
a { background-color: rgb(170,159,251); }
div.DivClassName
{
background-color: #AA9FFB;
}
.BgClassName
{
background-color: #AA9FFB;
}
</style>
border-color css
<style>
span { border-color: #AA9FFB; }
span { border-color: rgb(170,159,251); }
td.TdClassName
{
border-color: #AA9FFB;
}
.TagClassName
{
border-color: #AA9FFB;
}
</style>