Shades of Perano #A4ACE6
Tints of Perano #A4ACE6
RGB
CMYK
RGB Variations
Color information
#A4ACE6 (or 0xA4ACE6) is known color: Perano. HEX triplet: A4, AC and E6. RGB value is (164,172,230). Sum of RGB (Red+Green+Blue) = 164+172+230=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ACE6 is #5B5319. Grayscale: #AFAFAF. Windows color (decimal): -5985050 or 15117476. OLE color: 15117476.
HSL color Cylindrical-coordinate representation of color #A4ACE6: hue angle of 232.73º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4ACE6 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 172 | 230 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.10 |
| HSL | 232.73º | 0.57% | 0.77% | - |
| HSV(B) | 232.73º | 0.29% | 0.9% | - |
| XYZ | 44.35 | 43.11 | 80.85 | - |
| YUV | 176.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 230 | 0.29 | 0.25 | 0 | 0.10 | 232.73 | 0.57 | 0.77 |
| Hex | A4 | AC | E6 | 1D | 19 | 0 | A | E9 | 39 | 4D |
| Octal | 244 | 254 | 346 | 35 | 31 | 0 | 12 | 351 | 71 | 115 |
| Binary | 10100100 | 10101100 | 11100110 | 11101 | 11001 | 0 | 1010 | 11101001 | 111001 | 1001101 |
Color Harmonies of #A4ACE6
Complementary color
Monochromatic Colors of #A4ACE6
Black with #A4ACE6
Text Example
Text Example
White with #A4ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACE6; }
p { color: rgb(164,172,230); }
H1.HeaderClassName
{
color: #A4ACE6;
}
.AnyTagClassName
{
color: #A4ACE6;
}
</style>
background-color css
<style>
a { background-color: #A4ACE6; }
a { background-color: rgb(164,172,230); }
div.DivClassName
{
background-color: #A4ACE6;
}
.BgClassName
{
background-color: #A4ACE6;
}
</style>
border-color css
<style>
span { border-color: #A4ACE6; }
span { border-color: rgb(164,172,230); }
td.TdClassName
{
border-color: #A4ACE6;
}
.TagClassName
{
border-color: #A4ACE6;
}
</style>