Shades of Perano #AAA0FD
Tints of Perano #AAA0FD
RGB
CMYK
RGB Variations
Color information
#AAA0FD (or 0xAAA0FD) is known color: Perano. HEX triplet: AA, A0 and FD. RGB value is (170,160,253). Sum of RGB (Red+Green+Blue) = 170+160+253=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0FD is #555F02. Grayscale: #ADADAD. Windows color (decimal): -5594883 or 16621738. OLE color: 16621738.
HSL color Cylindrical-coordinate representation of color #AAA0FD: hue angle of 246.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA0FD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 160 | 253 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.01 |
| HSL | 246.45º | 0.96% | 0.81% | - |
| HSV(B) | 246.45º | 0.37% | 0.99% | - |
| XYZ | 46.88 | 40.78 | 98.33 | - |
| YUV | 173.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 253 | 0.33 | 0.37 | 0 | 0.01 | 246.45 | 0.96 | 0.81 |
| Hex | AA | A0 | FD | 21 | 25 | 0 | 1 | F6 | 60 | 51 |
| Octal | 252 | 240 | 375 | 41 | 45 | 0 | 1 | 366 | 140 | 121 |
| Binary | 10101010 | 10100000 | 11111101 | 100001 | 100101 | 0 | 1 | 11110110 | 1100000 | 1010001 |
Color Harmonies of #AAA0FD
Complementary color
Monochromatic Colors of #AAA0FD
Black with #AAA0FD
Text Example
Text Example
White with #AAA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0FD; }
p { color: rgb(170,160,253); }
H1.HeaderClassName
{
color: #AAA0FD;
}
.AnyTagClassName
{
color: #AAA0FD;
}
</style>
background-color css
<style>
a { background-color: #AAA0FD; }
a { background-color: rgb(170,160,253); }
div.DivClassName
{
background-color: #AAA0FD;
}
.BgClassName
{
background-color: #AAA0FD;
}
</style>
border-color css
<style>
span { border-color: #AAA0FD; }
span { border-color: rgb(170,160,253); }
td.TdClassName
{
border-color: #AAA0FD;
}
.TagClassName
{
border-color: #AAA0FD;
}
</style>