Shades of Perano #AAA1FD
Tints of Perano #AAA1FD
RGB
CMYK
RGB Variations
Color information
#AAA1FD (or 0xAAA1FD) is known color: Perano. HEX triplet: AA, A1 and FD. RGB value is (170,161,253). Sum of RGB (Red+Green+Blue) = 170+161+253=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA1FD is #555E02. Grayscale: #ADADAD. Windows color (decimal): -5594627 or 16621994. OLE color: 16621994.
HSL color Cylindrical-coordinate representation of color #AAA1FD: hue angle of 245.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA1FD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 161 | 253 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.01 |
| HSL | 245.87º | 0.96% | 0.81% | - |
| HSV(B) | 245.87º | 0.36% | 0.99% | - |
| XYZ | 47.05 | 41.13 | 98.39 | - |
| YUV | 174.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 253 | 0.33 | 0.36 | 0 | 0.01 | 245.87 | 0.96 | 0.81 |
| Hex | AA | A1 | FD | 21 | 24 | 0 | 1 | F6 | 60 | 51 |
| Octal | 252 | 241 | 375 | 41 | 44 | 0 | 1 | 366 | 140 | 121 |
| Binary | 10101010 | 10100001 | 11111101 | 100001 | 100100 | 0 | 1 | 11110110 | 1100000 | 1010001 |
Color Harmonies of #AAA1FD
Complementary color
Monochromatic Colors of #AAA1FD
Black with #AAA1FD
Text Example
Text Example
White with #AAA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1FD; }
p { color: rgb(170,161,253); }
H1.HeaderClassName
{
color: #AAA1FD;
}
.AnyTagClassName
{
color: #AAA1FD;
}
</style>
background-color css
<style>
a { background-color: #AAA1FD; }
a { background-color: rgb(170,161,253); }
div.DivClassName
{
background-color: #AAA1FD;
}
.BgClassName
{
background-color: #AAA1FD;
}
</style>
border-color css
<style>
span { border-color: #AAA1FD; }
span { border-color: rgb(170,161,253); }
td.TdClassName
{
border-color: #AAA1FD;
}
.TagClassName
{
border-color: #AAA1FD;
}
</style>