Shades of Perano #A6AEF8
Tints of Perano #A6AEF8
RGB
CMYK
RGB Variations
Color information
#A6AEF8 (or 0xA6AEF8) is known color: Perano. HEX triplet: A6, AE and F8. RGB value is (166,174,248). Sum of RGB (Red+Green+Blue) = 166+174+248=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6AEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEF8 is #595107. Grayscale: #B3B3B3. Windows color (decimal): -5853448 or 16297638. OLE color: 16297638.
HSL color Cylindrical-coordinate representation of color #A6AEF8: hue angle of 234.15º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6AEF8 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 174 | 248 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.03 |
| HSL | 234.15º | 0.85% | 0.81% | - |
| HSV(B) | 234.15º | 0.33% | 0.97% | - |
| XYZ | 47.81 | 45.16 | 95 | - |
| YUV | 180.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 248 | 0.33 | 0.30 | 0 | 0.03 | 234.15 | 0.85 | 0.81 |
| Hex | A6 | AE | F8 | 21 | 1E | 0 | 3 | EA | 55 | 51 |
| Octal | 246 | 256 | 370 | 41 | 36 | 0 | 3 | 352 | 125 | 121 |
| Binary | 10100110 | 10101110 | 11111000 | 100001 | 11110 | 0 | 11 | 11101010 | 1010101 | 1010001 |
Color Harmonies of #A6AEF8
Complementary color
Monochromatic Colors of #A6AEF8
Black with #A6AEF8
Text Example
Text Example
White with #A6AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AEF8; }
p { color: rgb(166,174,248); }
H1.HeaderClassName
{
color: #A6AEF8;
}
.AnyTagClassName
{
color: #A6AEF8;
}
</style>
background-color css
<style>
a { background-color: #A6AEF8; }
a { background-color: rgb(166,174,248); }
div.DivClassName
{
background-color: #A6AEF8;
}
.BgClassName
{
background-color: #A6AEF8;
}
</style>
border-color css
<style>
span { border-color: #A6AEF8; }
span { border-color: rgb(166,174,248); }
td.TdClassName
{
border-color: #A6AEF8;
}
.TagClassName
{
border-color: #A6AEF8;
}
</style>