Shades of Perano #A6AAFD
Tints of Perano #A6AAFD
RGB
CMYK
RGB Variations
Color information
#A6AAFD (or 0xA6AAFD) is known color: Perano. HEX triplet: A6, AA and FD. RGB value is (166,170,253). Sum of RGB (Red+Green+Blue) = 166+170+253=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 170 (66.80% from 255 or 28.86% 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 #A6AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAFD is #595502. Grayscale: #B1B1B1. Windows color (decimal): -5854467 or 16624294. OLE color: 16624294.
HSL color Cylindrical-coordinate representation of color #A6AAFD: hue angle of 237.24º 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 #A6AAFD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 170 | 253 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.01 |
| HSL | 237.24º | 0.96% | 0.82% | - |
| HSV(B) | 237.24º | 0.34% | 0.99% | - |
| XYZ | 47.83 | 43.95 | 98.89 | - |
| YUV | 178.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 253 | 0.34 | 0.33 | 0 | 0.01 | 237.24 | 0.96 | 0.82 |
| Hex | A6 | AA | FD | 22 | 21 | 0 | 1 | ED | 60 | 52 |
| Octal | 246 | 252 | 375 | 42 | 41 | 0 | 1 | 355 | 140 | 122 |
| Binary | 10100110 | 10101010 | 11111101 | 100010 | 100001 | 0 | 1 | 11101101 | 1100000 | 1010010 |
Color Harmonies of #A6AAFD
Complementary color
Monochromatic Colors of #A6AAFD
Black with #A6AAFD
Text Example
Text Example
White with #A6AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAFD; }
p { color: rgb(166,170,253); }
H1.HeaderClassName
{
color: #A6AAFD;
}
.AnyTagClassName
{
color: #A6AAFD;
}
</style>
background-color css
<style>
a { background-color: #A6AAFD; }
a { background-color: rgb(166,170,253); }
div.DivClassName
{
background-color: #A6AAFD;
}
.BgClassName
{
background-color: #A6AAFD;
}
</style>
border-color css
<style>
span { border-color: #A6AAFD; }
span { border-color: rgb(166,170,253); }
td.TdClassName
{
border-color: #A6AAFD;
}
.TagClassName
{
border-color: #A6AAFD;
}
</style>