Shades of Perano #A7AAEF
Tints of Perano #A7AAEF
RGB
CMYK
RGB Variations
Color information
#A7AAEF (or 0xA7AAEF) is known color: Perano. HEX triplet: A7, AA and EF. RGB value is (167,170,239). Sum of RGB (Red+Green+Blue) = 167+170+239=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AAEF is #585510. Grayscale: #B0B0B0. Windows color (decimal): -5788945 or 15706791. OLE color: 15706791.
HSL color Cylindrical-coordinate representation of color #A7AAEF: hue angle of 237.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7AAEF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 170 | 239 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.06 |
| HSL | 237.5º | 0.69% | 0.8% | - |
| HSV(B) | 237.5º | 0.3% | 0.94% | - |
| XYZ | 45.89 | 43.2 | 87.58 | - |
| YUV | 176.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 239 | 0.30 | 0.29 | 0 | 0.06 | 237.5 | 0.69 | 0.8 |
| Hex | A7 | AA | EF | 1E | 1D | 0 | 6 | EE | 45 | 50 |
| Octal | 247 | 252 | 357 | 36 | 35 | 0 | 6 | 356 | 105 | 120 |
| Binary | 10100111 | 10101010 | 11101111 | 11110 | 11101 | 0 | 110 | 11101110 | 1000101 | 1010000 |
Color Harmonies of #A7AAEF
Complementary color
Monochromatic Colors of #A7AAEF
Black with #A7AAEF
Text Example
Text Example
White with #A7AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AAEF; }
p { color: rgb(167,170,239); }
H1.HeaderClassName
{
color: #A7AAEF;
}
.AnyTagClassName
{
color: #A7AAEF;
}
</style>
background-color css
<style>
a { background-color: #A7AAEF; }
a { background-color: rgb(167,170,239); }
div.DivClassName
{
background-color: #A7AAEF;
}
.BgClassName
{
background-color: #A7AAEF;
}
</style>
border-color css
<style>
span { border-color: #A7AAEF; }
span { border-color: rgb(167,170,239); }
td.TdClassName
{
border-color: #A7AAEF;
}
.TagClassName
{
border-color: #A7AAEF;
}
</style>