Shades of Perano #AAA3FA
Tints of Perano #AAA3FA
RGB
CMYK
RGB Variations
Color information
#AAA3FA (or 0xAAA3FA) is known color: Perano. HEX triplet: AA, A3 and FA. RGB value is (170,163,250). Sum of RGB (Red+Green+Blue) = 170+163+250=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA3FA is #555C05. Grayscale: #AEAEAE. Windows color (decimal): -5594118 or 16425898. OLE color: 16425898.
HSL color Cylindrical-coordinate representation of color #AAA3FA: hue angle of 244.83º degrees, saturation: 0.9, 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 #AAA3FA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 163 | 250 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 244.83º | 0.9% | 0.81% | - |
| HSV(B) | 244.83º | 0.35% | 0.98% | - |
| XYZ | 46.93 | 41.64 | 96.01 | - |
| YUV | 175.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 250 | 0.32 | 0.35 | 0 | 0.02 | 244.83 | 0.9 | 0.81 |
| Hex | AA | A3 | FA | 20 | 23 | 0 | 2 | F5 | 5A | 51 |
| Octal | 252 | 243 | 372 | 40 | 43 | 0 | 2 | 365 | 132 | 121 |
| Binary | 10101010 | 10100011 | 11111010 | 100000 | 100011 | 0 | 10 | 11110101 | 1011010 | 1010001 |
Color Harmonies of #AAA3FA
Complementary color
Monochromatic Colors of #AAA3FA
Black with #AAA3FA
Text Example
Text Example
White with #AAA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3FA; }
p { color: rgb(170,163,250); }
H1.HeaderClassName
{
color: #AAA3FA;
}
.AnyTagClassName
{
color: #AAA3FA;
}
</style>
background-color css
<style>
a { background-color: #AAA3FA; }
a { background-color: rgb(170,163,250); }
div.DivClassName
{
background-color: #AAA3FA;
}
.BgClassName
{
background-color: #AAA3FA;
}
</style>
border-color css
<style>
span { border-color: #AAA3FA; }
span { border-color: rgb(170,163,250); }
td.TdClassName
{
border-color: #AAA3FA;
}
.TagClassName
{
border-color: #AAA3FA;
}
</style>