Shades of Perano #A4AEEF
Tints of Perano #A4AEEF
RGB
CMYK
RGB Variations
Color information
#A4AEEF (or 0xA4AEEF) is known color: Perano. HEX triplet: A4, AE and EF. RGB value is (164,174,239). Sum of RGB (Red+Green+Blue) = 164+174+239=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AEEF is #5B5110. Grayscale: #B2B2B2. Windows color (decimal): -5984529 or 15707812. OLE color: 15707812.
HSL color Cylindrical-coordinate representation of color #A4AEEF: hue angle of 232º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4AEEF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 174 | 239 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.06 |
| HSL | 232º | 0.7% | 0.79% | - |
| HSV(B) | 232º | 0.31% | 0.94% | - |
| XYZ | 46.03 | 44.4 | 87.8 | - |
| YUV | 178.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 239 | 0.31 | 0.27 | 0 | 0.06 | 232 | 0.7 | 0.79 |
| Hex | A4 | AE | EF | 1F | 1B | 0 | 6 | E8 | 46 | 4F |
| Octal | 244 | 256 | 357 | 37 | 33 | 0 | 6 | 350 | 106 | 117 |
| Binary | 10100100 | 10101110 | 11101111 | 11111 | 11011 | 0 | 110 | 11101000 | 1000110 | 1001111 |
Color Harmonies of #A4AEEF
Complementary color
Monochromatic Colors of #A4AEEF
Black with #A4AEEF
Text Example
Text Example
White with #A4AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AEEF; }
p { color: rgb(164,174,239); }
H1.HeaderClassName
{
color: #A4AEEF;
}
.AnyTagClassName
{
color: #A4AEEF;
}
</style>
background-color css
<style>
a { background-color: #A4AEEF; }
a { background-color: rgb(164,174,239); }
div.DivClassName
{
background-color: #A4AEEF;
}
.BgClassName
{
background-color: #A4AEEF;
}
</style>
border-color css
<style>
span { border-color: #A4AEEF; }
span { border-color: rgb(164,174,239); }
td.TdClassName
{
border-color: #A4AEEF;
}
.TagClassName
{
border-color: #A4AEEF;
}
</style>