Shades of Perano #A8A7E9
Tints of Perano #A8A7E9
RGB
CMYK
RGB Variations
Color information
#A8A7E9 (or 0xA8A7E9) is known color: Perano. HEX triplet: A8, A7 and E9. RGB value is (168,167,233). Sum of RGB (Red+Green+Blue) = 168+167+233=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8A7E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A7E9 is #575816. Grayscale: #AEAEAE. Windows color (decimal): -5724183 or 15312808. OLE color: 15312808.
HSL color Cylindrical-coordinate representation of color #A8A7E9: hue angle of 240.91º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8A7E9 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 167 | 233 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.09 |
| HSL | 240.91º | 0.6% | 0.78% | - |
| HSV(B) | 240.91º | 0.28% | 0.91% | - |
| XYZ | 44.68 | 41.85 | 82.81 | - |
| YUV | 174.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 233 | 0.28 | 0.28 | 0 | 0.09 | 240.91 | 0.6 | 0.78 |
| Hex | A8 | A7 | E9 | 1C | 1C | 0 | 9 | F1 | 3C | 4E |
| Octal | 250 | 247 | 351 | 34 | 34 | 0 | 11 | 361 | 74 | 116 |
| Binary | 10101000 | 10100111 | 11101001 | 11100 | 11100 | 0 | 1001 | 11110001 | 111100 | 1001110 |
Color Harmonies of #A8A7E9
Complementary color
Monochromatic Colors of #A8A7E9
Black with #A8A7E9
Text Example
Text Example
White with #A8A7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7E9; }
p { color: rgb(168,167,233); }
H1.HeaderClassName
{
color: #A8A7E9;
}
.AnyTagClassName
{
color: #A8A7E9;
}
</style>
background-color css
<style>
a { background-color: #A8A7E9; }
a { background-color: rgb(168,167,233); }
div.DivClassName
{
background-color: #A8A7E9;
}
.BgClassName
{
background-color: #A8A7E9;
}
</style>
border-color css
<style>
span { border-color: #A8A7E9; }
span { border-color: rgb(168,167,233); }
td.TdClassName
{
border-color: #A8A7E9;
}
.TagClassName
{
border-color: #A8A7E9;
}
</style>