Shades of Perano #AAA5FF
Tints of Perano #AAA5FF
RGB
CMYK
RGB Variations
Color information
#AAA5FF (or 0xAAA5FF) is known color: Perano. HEX triplet: AA, A5 and FF. RGB value is (170,165,255). Sum of RGB (Red+Green+Blue) = 170+165+255=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5FF is #555A00. Grayscale: #B0B0B0. Windows color (decimal): -5593601 or 16754090. OLE color: 16754090.
HSL color Cylindrical-coordinate representation of color #AAA5FF: hue angle of 243.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA5FF is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 165 | 255 | - |
| CMYK | 0.33 | 0.35 | 0 | 0 |
| HSL | 243.33º | 1% | 0.82% | - |
| HSV(B) | 243.33º | 0.35% | 1% | - |
| XYZ | 48.08 | 42.68 | 100.31 | - |
| YUV | 176.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 255 | 0.33 | 0.35 | 0 | 0 | 243.33 | 1 | 0.82 |
| Hex | AA | A5 | FF | 21 | 23 | 0 | 0 | F3 | 64 | 52 |
| Octal | 252 | 245 | 377 | 41 | 43 | 0 | 0 | 363 | 144 | 122 |
| Binary | 10101010 | 10100101 | 11111111 | 100001 | 100011 | 0 | 0 | 11110011 | 1100100 | 1010010 |
Color Harmonies of #AAA5FF
Complementary color
Monochromatic Colors of #AAA5FF
Black with #AAA5FF
Text Example
Text Example
White with #AAA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5FF; }
p { color: rgb(170,165,255); }
H1.HeaderClassName
{
color: #AAA5FF;
}
.AnyTagClassName
{
color: #AAA5FF;
}
</style>
background-color css
<style>
a { background-color: #AAA5FF; }
a { background-color: rgb(170,165,255); }
div.DivClassName
{
background-color: #AAA5FF;
}
.BgClassName
{
background-color: #AAA5FF;
}
</style>
border-color css
<style>
span { border-color: #AAA5FF; }
span { border-color: rgb(170,165,255); }
td.TdClassName
{
border-color: #AAA5FF;
}
.TagClassName
{
border-color: #AAA5FF;
}
</style>