Shades of Perano #AA9FFE
Tints of Perano #AA9FFE
RGB
CMYK
RGB Variations
Color information
#AA9FFE (or 0xAA9FFE) is known color: Perano. HEX triplet: AA, 9F and FE. RGB value is (170,159,254). Sum of RGB (Red+Green+Blue) = 170+159+254=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FFE is #556001. Grayscale: #ACACAC. Windows color (decimal): -5595138 or 16687018. OLE color: 16687018.
HSL color Cylindrical-coordinate representation of color #AA9FFE: hue angle of 246.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA9FFE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 159 | 254 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.00 |
| HSL | 246.95º | 0.98% | 0.81% | - |
| HSV(B) | 246.95º | 0.37% | 1% | - |
| XYZ | 46.87 | 40.5 | 99.11 | - |
| YUV | 173.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 254 | 0.33 | 0.37 | 0 | 0.00 | 246.95 | 0.98 | 0.81 |
| Hex | AA | 9F | FE | 21 | 25 | 0 | 0 | F7 | 62 | 51 |
| Octal | 252 | 237 | 376 | 41 | 45 | 0 | 0 | 367 | 142 | 121 |
| Binary | 10101010 | 10011111 | 11111110 | 100001 | 100101 | 0 | 0 | 11110111 | 1100010 | 1010001 |
Color Harmonies of #AA9FFE
Complementary color
Monochromatic Colors of #AA9FFE
Black with #AA9FFE
Text Example
Text Example
White with #AA9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FFE; }
p { color: rgb(170,159,254); }
H1.HeaderClassName
{
color: #AA9FFE;
}
.AnyTagClassName
{
color: #AA9FFE;
}
</style>
background-color css
<style>
a { background-color: #AA9FFE; }
a { background-color: rgb(170,159,254); }
div.DivClassName
{
background-color: #AA9FFE;
}
.BgClassName
{
background-color: #AA9FFE;
}
</style>
border-color css
<style>
span { border-color: #AA9FFE; }
span { border-color: rgb(170,159,254); }
td.TdClassName
{
border-color: #AA9FFE;
}
.TagClassName
{
border-color: #AA9FFE;
}
</style>