Shades of Perano #A7ACE1
Tints of Perano #A7ACE1
RGB
CMYK
RGB Variations
Color information
#A7ACE1 (or 0xA7ACE1) is known color: Perano. HEX triplet: A7, AC and E1. RGB value is (167,172,225). Sum of RGB (Red+Green+Blue) = 167+172+225=564 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.61% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACE1 is #58531E. Grayscale: #B0B0B0. Windows color (decimal): -5788447 or 14789799. OLE color: 14789799.
HSL color Cylindrical-coordinate representation of color #A7ACE1: hue angle of 234.83º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7ACE1 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 172 | 225 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.12 |
| HSL | 234.83º | 0.49% | 0.77% | - |
| HSV(B) | 234.83º | 0.26% | 0.88% | - |
| XYZ | 44.28 | 43.16 | 77.23 | - |
| YUV | 176.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 225 | 0.26 | 0.24 | 0 | 0.12 | 234.83 | 0.49 | 0.77 |
| Hex | A7 | AC | E1 | 1A | 18 | 0 | C | EB | 31 | 4D |
| Octal | 247 | 254 | 341 | 32 | 30 | 0 | 14 | 353 | 61 | 115 |
| Binary | 10100111 | 10101100 | 11100001 | 11010 | 11000 | 0 | 1100 | 11101011 | 110001 | 1001101 |
Color Harmonies of #A7ACE1
Complementary color
Monochromatic Colors of #A7ACE1
Black with #A7ACE1
Text Example
Text Example
White with #A7ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ACE1; }
p { color: rgb(167,172,225); }
H1.HeaderClassName
{
color: #A7ACE1;
}
.AnyTagClassName
{
color: #A7ACE1;
}
</style>
background-color css
<style>
a { background-color: #A7ACE1; }
a { background-color: rgb(167,172,225); }
div.DivClassName
{
background-color: #A7ACE1;
}
.BgClassName
{
background-color: #A7ACE1;
}
</style>
border-color css
<style>
span { border-color: #A7ACE1; }
span { border-color: rgb(167,172,225); }
td.TdClassName
{
border-color: #A7ACE1;
}
.TagClassName
{
border-color: #A7ACE1;
}
</style>