Shades of Perano #A4ACE3
Tints of Perano #A4ACE3
RGB
CMYK
RGB Variations
Color information
#A4ACE3 (or 0xA4ACE3) is known color: Perano. HEX triplet: A4, AC and E3. RGB value is (164,172,227). Sum of RGB (Red+Green+Blue) = 164+172+227=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #A4ACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACE3 is #5B531C. Grayscale: #AFAFAF. Windows color (decimal): -5985053 or 14920868. OLE color: 14920868.
HSL color Cylindrical-coordinate representation of color #A4ACE3: hue angle of 232.38º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4ACE3 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 172 | 227 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.11 |
| HSL | 232.38º | 0.53% | 0.77% | - |
| HSV(B) | 232.38º | 0.28% | 0.89% | - |
| XYZ | 43.93 | 42.94 | 78.65 | - |
| YUV | 175.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 227 | 0.28 | 0.24 | 0 | 0.11 | 232.38 | 0.53 | 0.77 |
| Hex | A4 | AC | E3 | 1C | 18 | 0 | B | E8 | 35 | 4D |
| Octal | 244 | 254 | 343 | 34 | 30 | 0 | 13 | 350 | 65 | 115 |
| Binary | 10100100 | 10101100 | 11100011 | 11100 | 11000 | 0 | 1011 | 11101000 | 110101 | 1001101 |
Color Harmonies of #A4ACE3
Complementary color
Monochromatic Colors of #A4ACE3
Black with #A4ACE3
Text Example
Text Example
White with #A4ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACE3; }
p { color: rgb(164,172,227); }
H1.HeaderClassName
{
color: #A4ACE3;
}
.AnyTagClassName
{
color: #A4ACE3;
}
</style>
background-color css
<style>
a { background-color: #A4ACE3; }
a { background-color: rgb(164,172,227); }
div.DivClassName
{
background-color: #A4ACE3;
}
.BgClassName
{
background-color: #A4ACE3;
}
</style>
border-color css
<style>
span { border-color: #A4ACE3; }
span { border-color: rgb(164,172,227); }
td.TdClassName
{
border-color: #A4ACE3;
}
.TagClassName
{
border-color: #A4ACE3;
}
</style>