Shades of Perano #AAA2FD
Tints of Perano #AAA2FD
RGB
CMYK
RGB Variations
Color information
#AAA2FD (or 0xAAA2FD) is known color: Perano. HEX triplet: AA, A2 and FD. RGB value is (170,162,253). Sum of RGB (Red+Green+Blue) = 170+162+253=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2FD is #555D02. Grayscale: #AEAEAE. Windows color (decimal): -5594371 or 16622250. OLE color: 16622250.
HSL color Cylindrical-coordinate representation of color #AAA2FD: hue angle of 245.27º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA2FD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 162 | 253 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.01 |
| HSL | 245.27º | 0.96% | 0.81% | - |
| HSV(B) | 245.27º | 0.36% | 0.99% | - |
| XYZ | 47.23 | 41.48 | 98.45 | - |
| YUV | 174.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 253 | 0.33 | 0.36 | 0 | 0.01 | 245.27 | 0.96 | 0.81 |
| Hex | AA | A2 | FD | 21 | 24 | 0 | 1 | F5 | 60 | 51 |
| Octal | 252 | 242 | 375 | 41 | 44 | 0 | 1 | 365 | 140 | 121 |
| Binary | 10101010 | 10100010 | 11111101 | 100001 | 100100 | 0 | 1 | 11110101 | 1100000 | 1010001 |
Color Harmonies of #AAA2FD
Complementary color
Monochromatic Colors of #AAA2FD
Black with #AAA2FD
Text Example
Text Example
White with #AAA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2FD; }
p { color: rgb(170,162,253); }
H1.HeaderClassName
{
color: #AAA2FD;
}
.AnyTagClassName
{
color: #AAA2FD;
}
</style>
background-color css
<style>
a { background-color: #AAA2FD; }
a { background-color: rgb(170,162,253); }
div.DivClassName
{
background-color: #AAA2FD;
}
.BgClassName
{
background-color: #AAA2FD;
}
</style>
border-color css
<style>
span { border-color: #AAA2FD; }
span { border-color: rgb(170,162,253); }
td.TdClassName
{
border-color: #AAA2FD;
}
.TagClassName
{
border-color: #AAA2FD;
}
</style>