Shades of Perano #AAA2F3
Tints of Perano #AAA2F3
RGB
CMYK
RGB Variations
Color information
#AAA2F3 (or 0xAAA2F3) is known color: Perano. HEX triplet: AA, A2 and F3. RGB value is (170,162,243). Sum of RGB (Red+Green+Blue) = 170+162+243=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAA2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2F3 is #555D0C. Grayscale: #ADADAD. Windows color (decimal): -5594381 or 15966890. OLE color: 15966890.
HSL color Cylindrical-coordinate representation of color #AAA2F3: hue angle of 245.93º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA2F3 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 162 | 243 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.05 |
| HSL | 245.93º | 0.77% | 0.79% | - |
| HSV(B) | 245.93º | 0.33% | 0.95% | - |
| XYZ | 45.68 | 40.86 | 90.27 | - |
| YUV | 173.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 243 | 0.30 | 0.33 | 0 | 0.05 | 245.93 | 0.77 | 0.79 |
| Hex | AA | A2 | F3 | 1E | 21 | 0 | 5 | F6 | 4D | 4F |
| Octal | 252 | 242 | 363 | 36 | 41 | 0 | 5 | 366 | 115 | 117 |
| Binary | 10101010 | 10100010 | 11110011 | 11110 | 100001 | 0 | 101 | 11110110 | 1001101 | 1001111 |
Color Harmonies of #AAA2F3
Complementary color
Monochromatic Colors of #AAA2F3
Black with #AAA2F3
Text Example
Text Example
White with #AAA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2F3; }
p { color: rgb(170,162,243); }
H1.HeaderClassName
{
color: #AAA2F3;
}
.AnyTagClassName
{
color: #AAA2F3;
}
</style>
background-color css
<style>
a { background-color: #AAA2F3; }
a { background-color: rgb(170,162,243); }
div.DivClassName
{
background-color: #AAA2F3;
}
.BgClassName
{
background-color: #AAA2F3;
}
</style>
border-color css
<style>
span { border-color: #AAA2F3; }
span { border-color: rgb(170,162,243); }
td.TdClassName
{
border-color: #AAA2F3;
}
.TagClassName
{
border-color: #AAA2F3;
}
</style>