Shades of Perano #A6AAF5
Tints of Perano #A6AAF5
RGB
CMYK
RGB Variations
Color information
#A6AAF5 (or 0xA6AAF5) is known color: Perano. HEX triplet: A6, AA and F5. RGB value is (166,170,245). Sum of RGB (Red+Green+Blue) = 166+170+245=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #A6AAF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAF5 is #59550A. Grayscale: #B1B1B1. Windows color (decimal): -5854475 or 16100006. OLE color: 16100006.
HSL color Cylindrical-coordinate representation of color #A6AAF5: hue angle of 236.96º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6AAF5 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 170 | 245 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.04 |
| HSL | 236.96º | 0.8% | 0.81% | - |
| HSV(B) | 236.96º | 0.32% | 0.96% | - |
| XYZ | 46.58 | 43.45 | 92.32 | - |
| YUV | 177.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 245 | 0.32 | 0.31 | 0 | 0.04 | 236.96 | 0.8 | 0.81 |
| Hex | A6 | AA | F5 | 20 | 1F | 0 | 4 | ED | 50 | 51 |
| Octal | 246 | 252 | 365 | 40 | 37 | 0 | 4 | 355 | 120 | 121 |
| Binary | 10100110 | 10101010 | 11110101 | 100000 | 11111 | 0 | 100 | 11101101 | 1010000 | 1010001 |
Color Harmonies of #A6AAF5
Complementary color
Monochromatic Colors of #A6AAF5
Black with #A6AAF5
Text Example
Text Example
White with #A6AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAF5; }
p { color: rgb(166,170,245); }
H1.HeaderClassName
{
color: #A6AAF5;
}
.AnyTagClassName
{
color: #A6AAF5;
}
</style>
background-color css
<style>
a { background-color: #A6AAF5; }
a { background-color: rgb(166,170,245); }
div.DivClassName
{
background-color: #A6AAF5;
}
.BgClassName
{
background-color: #A6AAF5;
}
</style>
border-color css
<style>
span { border-color: #A6AAF5; }
span { border-color: rgb(166,170,245); }
td.TdClassName
{
border-color: #A6AAF5;
}
.TagClassName
{
border-color: #A6AAF5;
}
</style>