Shades of Perano #A9AEFE
Tints of Perano #A9AEFE
RGB
CMYK
RGB Variations
Color information
#A9AEFE (or 0xA9AEFE) is known color: Perano. HEX triplet: A9, AE and FE. RGB value is (169,174,254). Sum of RGB (Red+Green+Blue) = 169+174+254=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEFE is #565101. Grayscale: #B5B5B5. Windows color (decimal): -5656834 or 16690857. OLE color: 16690857.
HSL color Cylindrical-coordinate representation of color #A9AEFE: hue angle of 236.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9AEFE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 174 | 254 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.00 |
| HSL | 236.47º | 0.98% | 0.83% | - |
| HSV(B) | 236.47º | 0.33% | 1% | - |
| XYZ | 49.39 | 45.86 | 100.02 | - |
| YUV | 181.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 254 | 0.33 | 0.31 | 0 | 0.00 | 236.47 | 0.98 | 0.83 |
| Hex | A9 | AE | FE | 21 | 1F | 0 | 0 | EC | 62 | 53 |
| Octal | 251 | 256 | 376 | 41 | 37 | 0 | 0 | 354 | 142 | 123 |
| Binary | 10101001 | 10101110 | 11111110 | 100001 | 11111 | 0 | 0 | 11101100 | 1100010 | 1010011 |
Color Harmonies of #A9AEFE
Complementary color
Monochromatic Colors of #A9AEFE
Black with #A9AEFE
Text Example
Text Example
White with #A9AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEFE; }
p { color: rgb(169,174,254); }
H1.HeaderClassName
{
color: #A9AEFE;
}
.AnyTagClassName
{
color: #A9AEFE;
}
</style>
background-color css
<style>
a { background-color: #A9AEFE; }
a { background-color: rgb(169,174,254); }
div.DivClassName
{
background-color: #A9AEFE;
}
.BgClassName
{
background-color: #A9AEFE;
}
</style>
border-color css
<style>
span { border-color: #A9AEFE; }
span { border-color: rgb(169,174,254); }
td.TdClassName
{
border-color: #A9AEFE;
}
.TagClassName
{
border-color: #A9AEFE;
}
</style>