Shades of Perano #A7A8EF
Tints of Perano #A7A8EF
RGB
CMYK
RGB Variations
Color information
#A7A8EF (or 0xA7A8EF) is known color: Perano. HEX triplet: A7, A8 and EF. RGB value is (167,168,239). Sum of RGB (Red+Green+Blue) = 167+168+239=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 168 (66.02% from 255 or 29.27% 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 #A7A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A8EF is #585710. Grayscale: #AFAFAF. Windows color (decimal): -5789457 or 15706279. OLE color: 15706279.
HSL color Cylindrical-coordinate representation of color #A7A8EF: hue angle of 239.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 #A7A8EF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 168 | 239 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.06 |
| HSL | 239.17º | 0.69% | 0.8% | - |
| HSV(B) | 239.17º | 0.3% | 0.94% | - |
| XYZ | 45.52 | 42.45 | 87.46 | - |
| YUV | 175.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 239 | 0.30 | 0.30 | 0 | 0.06 | 239.17 | 0.69 | 0.8 |
| Hex | A7 | A8 | EF | 1E | 1E | 0 | 6 | EF | 45 | 50 |
| Octal | 247 | 250 | 357 | 36 | 36 | 0 | 6 | 357 | 105 | 120 |
| Binary | 10100111 | 10101000 | 11101111 | 11110 | 11110 | 0 | 110 | 11101111 | 1000101 | 1010000 |
Color Harmonies of #A7A8EF
Complementary color
Monochromatic Colors of #A7A8EF
Black with #A7A8EF
Text Example
Text Example
White with #A7A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8EF; }
p { color: rgb(167,168,239); }
H1.HeaderClassName
{
color: #A7A8EF;
}
.AnyTagClassName
{
color: #A7A8EF;
}
</style>
background-color css
<style>
a { background-color: #A7A8EF; }
a { background-color: rgb(167,168,239); }
div.DivClassName
{
background-color: #A7A8EF;
}
.BgClassName
{
background-color: #A7A8EF;
}
</style>
border-color css
<style>
span { border-color: #A7A8EF; }
span { border-color: rgb(167,168,239); }
td.TdClassName
{
border-color: #A7A8EF;
}
.TagClassName
{
border-color: #A7A8EF;
}
</style>