Shades of Perano #AAA2FB
Tints of Perano #AAA2FB
RGB
CMYK
RGB Variations
Color information
#AAA2FB (or 0xAAA2FB) is known color: Perano. HEX triplet: AA, A2 and FB. RGB value is (170,162,251). Sum of RGB (Red+Green+Blue) = 170+162+251=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2FB is #555D04. Grayscale: #AEAEAE. Windows color (decimal): -5594373 or 16491178. OLE color: 16491178.
HSL color Cylindrical-coordinate representation of color #AAA2FB: hue angle of 245.39º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA2FB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 162 | 251 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 245.39º | 0.92% | 0.81% | - |
| HSV(B) | 245.39º | 0.35% | 0.98% | - |
| XYZ | 46.91 | 41.35 | 96.78 | - |
| YUV | 174.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 251 | 0.32 | 0.35 | 0 | 0.02 | 245.39 | 0.92 | 0.81 |
| Hex | AA | A2 | FB | 20 | 23 | 0 | 2 | F5 | 5C | 51 |
| Octal | 252 | 242 | 373 | 40 | 43 | 0 | 2 | 365 | 134 | 121 |
| Binary | 10101010 | 10100010 | 11111011 | 100000 | 100011 | 0 | 10 | 11110101 | 1011100 | 1010001 |
Color Harmonies of #AAA2FB
Complementary color
Monochromatic Colors of #AAA2FB
Black with #AAA2FB
Text Example
Text Example
White with #AAA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2FB; }
p { color: rgb(170,162,251); }
H1.HeaderClassName
{
color: #AAA2FB;
}
.AnyTagClassName
{
color: #AAA2FB;
}
</style>
background-color css
<style>
a { background-color: #AAA2FB; }
a { background-color: rgb(170,162,251); }
div.DivClassName
{
background-color: #AAA2FB;
}
.BgClassName
{
background-color: #AAA2FB;
}
</style>
border-color css
<style>
span { border-color: #AAA2FB; }
span { border-color: rgb(170,162,251); }
td.TdClassName
{
border-color: #AAA2FB;
}
.TagClassName
{
border-color: #AAA2FB;
}
</style>