Shades of Perano #A6ACE5
Tints of Perano #A6ACE5
RGB
CMYK
RGB Variations
Color information
#A6ACE5 (or 0xA6ACE5) is known color: Perano. HEX triplet: A6, AC and E5. RGB value is (166,172,229). Sum of RGB (Red+Green+Blue) = 166+172+229=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACE5 is #59531A. Grayscale: #B0B0B0. Windows color (decimal): -5853979 or 15051942. OLE color: 15051942.
HSL color Cylindrical-coordinate representation of color #A6ACE5: hue angle of 234.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6ACE5 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 172 | 229 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.10 |
| HSL | 234.29º | 0.55% | 0.77% | - |
| HSV(B) | 234.29º | 0.28% | 0.9% | - |
| XYZ | 44.62 | 43.27 | 80.13 | - |
| YUV | 176.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 229 | 0.28 | 0.25 | 0 | 0.10 | 234.29 | 0.55 | 0.77 |
| Hex | A6 | AC | E5 | 1C | 19 | 0 | A | EA | 37 | 4D |
| Octal | 246 | 254 | 345 | 34 | 31 | 0 | 12 | 352 | 67 | 115 |
| Binary | 10100110 | 10101100 | 11100101 | 11100 | 11001 | 0 | 1010 | 11101010 | 110111 | 1001101 |
Color Harmonies of #A6ACE5
Complementary color
Monochromatic Colors of #A6ACE5
Black with #A6ACE5
Text Example
Text Example
White with #A6ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACE5; }
p { color: rgb(166,172,229); }
H1.HeaderClassName
{
color: #A6ACE5;
}
.AnyTagClassName
{
color: #A6ACE5;
}
</style>
background-color css
<style>
a { background-color: #A6ACE5; }
a { background-color: rgb(166,172,229); }
div.DivClassName
{
background-color: #A6ACE5;
}
.BgClassName
{
background-color: #A6ACE5;
}
</style>
border-color css
<style>
span { border-color: #A6ACE5; }
span { border-color: rgb(166,172,229); }
td.TdClassName
{
border-color: #A6ACE5;
}
.TagClassName
{
border-color: #A6ACE5;
}
</style>