Shades of Perano #A7AEEF
Tints of Perano #A7AEEF
RGB
CMYK
RGB Variations
Color information
#A7AEEF (or 0xA7AEEF) is known color: Perano. HEX triplet: A7, AE and EF. RGB value is (167,174,239). Sum of RGB (Red+Green+Blue) = 167+174+239=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AEEF is #585110. Grayscale: #B3B3B3. Windows color (decimal): -5787921 or 15707815. OLE color: 15707815.
HSL color Cylindrical-coordinate representation of color #A7AEEF: hue angle of 234.17º 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 #A7AEEF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 174 | 239 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.06 |
| HSL | 234.17º | 0.69% | 0.8% | - |
| HSV(B) | 234.17º | 0.3% | 0.94% | - |
| XYZ | 46.65 | 44.72 | 87.83 | - |
| YUV | 179.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 174 | 239 | 0.30 | 0.27 | 0 | 0.06 | 234.17 | 0.69 | 0.8 |
| Hex | A7 | AE | EF | 1E | 1B | 0 | 6 | EA | 45 | 50 |
| Octal | 247 | 256 | 357 | 36 | 33 | 0 | 6 | 352 | 105 | 120 |
| Binary | 10100111 | 10101110 | 11101111 | 11110 | 11011 | 0 | 110 | 11101010 | 1000101 | 1010000 |
Color Harmonies of #A7AEEF
Complementary color
Monochromatic Colors of #A7AEEF
Black with #A7AEEF
Text Example
Text Example
White with #A7AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AEEF; }
p { color: rgb(167,174,239); }
H1.HeaderClassName
{
color: #A7AEEF;
}
.AnyTagClassName
{
color: #A7AEEF;
}
</style>
background-color css
<style>
a { background-color: #A7AEEF; }
a { background-color: rgb(167,174,239); }
div.DivClassName
{
background-color: #A7AEEF;
}
.BgClassName
{
background-color: #A7AEEF;
}
</style>
border-color css
<style>
span { border-color: #A7AEEF; }
span { border-color: rgb(167,174,239); }
td.TdClassName
{
border-color: #A7AEEF;
}
.TagClassName
{
border-color: #A7AEEF;
}
</style>