Shades of Perano #AAA4FB
Tints of Perano #AAA4FB
RGB
CMYK
RGB Variations
Color information
#AAA4FB (or 0xAAA4FB) is known color: Perano. HEX triplet: AA, A4 and FB. RGB value is (170,164,251). Sum of RGB (Red+Green+Blue) = 170+164+251=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA4FB is #555B04. Grayscale: #AFAFAF. Windows color (decimal): -5593861 or 16491690. OLE color: 16491690.
HSL color Cylindrical-coordinate representation of color #AAA4FB: hue angle of 244.14º degrees, saturation: 0.92, 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 #AAA4FB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 164 | 251 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 244.14º | 0.92% | 0.81% | - |
| HSV(B) | 244.14º | 0.35% | 0.98% | - |
| XYZ | 47.27 | 42.06 | 96.89 | - |
| YUV | 175.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 251 | 0.32 | 0.35 | 0 | 0.02 | 244.14 | 0.92 | 0.81 |
| Hex | AA | A4 | FB | 20 | 23 | 0 | 2 | F4 | 5C | 51 |
| Octal | 252 | 244 | 373 | 40 | 43 | 0 | 2 | 364 | 134 | 121 |
| Binary | 10101010 | 10100100 | 11111011 | 100000 | 100011 | 0 | 10 | 11110100 | 1011100 | 1010001 |
Color Harmonies of #AAA4FB
Complementary color
Monochromatic Colors of #AAA4FB
Black with #AAA4FB
Text Example
Text Example
White with #AAA4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4FB; }
p { color: rgb(170,164,251); }
H1.HeaderClassName
{
color: #AAA4FB;
}
.AnyTagClassName
{
color: #AAA4FB;
}
</style>
background-color css
<style>
a { background-color: #AAA4FB; }
a { background-color: rgb(170,164,251); }
div.DivClassName
{
background-color: #AAA4FB;
}
.BgClassName
{
background-color: #AAA4FB;
}
</style>
border-color css
<style>
span { border-color: #AAA4FB; }
span { border-color: rgb(170,164,251); }
td.TdClassName
{
border-color: #AAA4FB;
}
.TagClassName
{
border-color: #AAA4FB;
}
</style>