Shades of Perano #AAA4FF
Tints of Perano #AAA4FF
RGB
CMYK
RGB Variations
Color information
#AAA4FF (or 0xAAA4FF) is known color: Perano. HEX triplet: AA, A4 and FF. RGB value is (170,164,255). Sum of RGB (Red+Green+Blue) = 170+164+255=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4FF is #555B00. Grayscale: #AFAFAF. Windows color (decimal): -5593857 or 16753834. OLE color: 16753834.
HSL color Cylindrical-coordinate representation of color #AAA4FF: hue angle of 243.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA4FF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 164 | 255 | - |
| CMYK | 0.33 | 0.36 | 0 | 0 |
| HSL | 243.96º | 1% | 0.82% | - |
| HSV(B) | 243.96º | 0.36% | 1% | - |
| XYZ | 47.9 | 42.32 | 100.25 | - |
| YUV | 176.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 255 | 0.33 | 0.36 | 0 | 0 | 243.96 | 1 | 0.82 |
| Hex | AA | A4 | FF | 21 | 24 | 0 | 0 | F4 | 64 | 52 |
| Octal | 252 | 244 | 377 | 41 | 44 | 0 | 0 | 364 | 144 | 122 |
| Binary | 10101010 | 10100100 | 11111111 | 100001 | 100100 | 0 | 0 | 11110100 | 1100100 | 1010010 |
Color Harmonies of #AAA4FF
Complementary color
Monochromatic Colors of #AAA4FF
Black with #AAA4FF
Text Example
Text Example
White with #AAA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4FF; }
p { color: rgb(170,164,255); }
H1.HeaderClassName
{
color: #AAA4FF;
}
.AnyTagClassName
{
color: #AAA4FF;
}
</style>
background-color css
<style>
a { background-color: #AAA4FF; }
a { background-color: rgb(170,164,255); }
div.DivClassName
{
background-color: #AAA4FF;
}
.BgClassName
{
background-color: #AAA4FF;
}
</style>
border-color css
<style>
span { border-color: #AAA4FF; }
span { border-color: rgb(170,164,255); }
td.TdClassName
{
border-color: #AAA4FF;
}
.TagClassName
{
border-color: #AAA4FF;
}
</style>