Shades of Perano #A5AAEF
Tints of Perano #A5AAEF
RGB
CMYK
RGB Variations
Color information
#A5AAEF (or 0xA5AAEF) is known color: Perano. HEX triplet: A5, AA and EF. RGB value is (165,170,239). Sum of RGB (Red+Green+Blue) = 165+170+239=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAEF is #5A5510. Grayscale: #B0B0B0. Windows color (decimal): -5920017 or 15706789. OLE color: 15706789.
HSL color Cylindrical-coordinate representation of color #A5AAEF: hue angle of 235.95º 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 #A5AAEF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 170 | 239 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.06 |
| HSL | 235.95º | 0.7% | 0.79% | - |
| HSV(B) | 235.95º | 0.31% | 0.94% | - |
| XYZ | 45.47 | 42.98 | 87.56 | - |
| YUV | 176.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 239 | 0.31 | 0.29 | 0 | 0.06 | 235.95 | 0.7 | 0.79 |
| Hex | A5 | AA | EF | 1F | 1D | 0 | 6 | EC | 46 | 4F |
| Octal | 245 | 252 | 357 | 37 | 35 | 0 | 6 | 354 | 106 | 117 |
| Binary | 10100101 | 10101010 | 11101111 | 11111 | 11101 | 0 | 110 | 11101100 | 1000110 | 1001111 |
Color Harmonies of #A5AAEF
Complementary color
Monochromatic Colors of #A5AAEF
Black with #A5AAEF
Text Example
Text Example
White with #A5AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAEF; }
p { color: rgb(165,170,239); }
H1.HeaderClassName
{
color: #A5AAEF;
}
.AnyTagClassName
{
color: #A5AAEF;
}
</style>
background-color css
<style>
a { background-color: #A5AAEF; }
a { background-color: rgb(165,170,239); }
div.DivClassName
{
background-color: #A5AAEF;
}
.BgClassName
{
background-color: #A5AAEF;
}
</style>
border-color css
<style>
span { border-color: #A5AAEF; }
span { border-color: rgb(165,170,239); }
td.TdClassName
{
border-color: #A5AAEF;
}
.TagClassName
{
border-color: #A5AAEF;
}
</style>