Shades of Perano #AAA6FD
Tints of Perano #AAA6FD
RGB
CMYK
RGB Variations
Color information
#AAA6FD (or 0xAAA6FD) is known color: Perano. HEX triplet: AA, A6 and FD. RGB value is (170,166,253). Sum of RGB (Red+Green+Blue) = 170+166+253=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6FD is #555902. Grayscale: #B0B0B0. Windows color (decimal): -5593347 or 16623274. OLE color: 16623274.
HSL color Cylindrical-coordinate representation of color #AAA6FD: hue angle of 242.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA6FD is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 166 | 253 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.01 |
| HSL | 242.76º | 0.96% | 0.82% | - |
| HSV(B) | 242.76º | 0.34% | 0.99% | - |
| XYZ | 47.94 | 42.91 | 98.68 | - |
| YUV | 177.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 253 | 0.33 | 0.34 | 0 | 0.01 | 242.76 | 0.96 | 0.82 |
| Hex | AA | A6 | FD | 21 | 22 | 0 | 1 | F3 | 60 | 52 |
| Octal | 252 | 246 | 375 | 41 | 42 | 0 | 1 | 363 | 140 | 122 |
| Binary | 10101010 | 10100110 | 11111101 | 100001 | 100010 | 0 | 1 | 11110011 | 1100000 | 1010010 |
Color Harmonies of #AAA6FD
Complementary color
Monochromatic Colors of #AAA6FD
Black with #AAA6FD
Text Example
Text Example
White with #AAA6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6FD; }
p { color: rgb(170,166,253); }
H1.HeaderClassName
{
color: #AAA6FD;
}
.AnyTagClassName
{
color: #AAA6FD;
}
</style>
background-color css
<style>
a { background-color: #AAA6FD; }
a { background-color: rgb(170,166,253); }
div.DivClassName
{
background-color: #AAA6FD;
}
.BgClassName
{
background-color: #AAA6FD;
}
</style>
border-color css
<style>
span { border-color: #AAA6FD; }
span { border-color: rgb(170,166,253); }
td.TdClassName
{
border-color: #AAA6FD;
}
.TagClassName
{
border-color: #AAA6FD;
}
</style>