Shades of Perano #A6AEFE
Tints of Perano #A6AEFE
RGB
CMYK
RGB Variations
Color information
#A6AEFE (or 0xA6AEFE) is known color: Perano. HEX triplet: A6, AE and FE. RGB value is (166,174,254). Sum of RGB (Red+Green+Blue) = 166+174+254=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEFE is #595101. Grayscale: #B4B4B4. Windows color (decimal): -5853442 or 16690854. OLE color: 16690854.
HSL color Cylindrical-coordinate representation of color #A6AEFE: hue angle of 234.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6AEFE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 174 | 254 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.00 |
| HSL | 234.55º | 0.98% | 0.82% | - |
| HSV(B) | 234.55º | 0.35% | 1% | - |
| XYZ | 48.75 | 45.53 | 99.99 | - |
| YUV | 180.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 254 | 0.35 | 0.31 | 0 | 0.00 | 234.55 | 0.98 | 0.82 |
| Hex | A6 | AE | FE | 23 | 1F | 0 | 0 | EB | 62 | 52 |
| Octal | 246 | 256 | 376 | 43 | 37 | 0 | 0 | 353 | 142 | 122 |
| Binary | 10100110 | 10101110 | 11111110 | 100011 | 11111 | 0 | 0 | 11101011 | 1100010 | 1010010 |
Color Harmonies of #A6AEFE
Complementary color
Monochromatic Colors of #A6AEFE
Black with #A6AEFE
Text Example
Text Example
White with #A6AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AEFE; }
p { color: rgb(166,174,254); }
H1.HeaderClassName
{
color: #A6AEFE;
}
.AnyTagClassName
{
color: #A6AEFE;
}
</style>
background-color css
<style>
a { background-color: #A6AEFE; }
a { background-color: rgb(166,174,254); }
div.DivClassName
{
background-color: #A6AEFE;
}
.BgClassName
{
background-color: #A6AEFE;
}
</style>
border-color css
<style>
span { border-color: #A6AEFE; }
span { border-color: rgb(166,174,254); }
td.TdClassName
{
border-color: #A6AEFE;
}
.TagClassName
{
border-color: #A6AEFE;
}
</style>