Shades of Perano #A4ACE2
Tints of Perano #A4ACE2
RGB
CMYK
RGB Variations
Color information
#A4ACE2 (or 0xA4ACE2) is known color: Perano. HEX triplet: A4, AC and E2. RGB value is (164,172,226). Sum of RGB (Red+Green+Blue) = 164+172+226=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 226 - color contains mainly: blue. Hex color #A4ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACE2 is #5B531D. Grayscale: #AFAFAF. Windows color (decimal): -5985054 or 14855332. OLE color: 14855332.
HSL color Cylindrical-coordinate representation of color #A4ACE2: hue angle of 232.26º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4ACE2 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 172 | 226 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.11 |
| HSL | 232.26º | 0.52% | 0.76% | - |
| HSV(B) | 232.26º | 0.27% | 0.89% | - |
| XYZ | 43.79 | 42.89 | 77.92 | - |
| YUV | 175.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 226 | 0.27 | 0.24 | 0 | 0.11 | 232.26 | 0.52 | 0.76 |
| Hex | A4 | AC | E2 | 1B | 18 | 0 | B | E8 | 34 | 4C |
| Octal | 244 | 254 | 342 | 33 | 30 | 0 | 13 | 350 | 64 | 114 |
| Binary | 10100100 | 10101100 | 11100010 | 11011 | 11000 | 0 | 1011 | 11101000 | 110100 | 1001100 |
Color Harmonies of #A4ACE2
Complementary color
Monochromatic Colors of #A4ACE2
Black with #A4ACE2
Text Example
Text Example
White with #A4ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ACE2; }
p { color: rgb(164,172,226); }
H1.HeaderClassName
{
color: #A4ACE2;
}
.AnyTagClassName
{
color: #A4ACE2;
}
</style>
background-color css
<style>
a { background-color: #A4ACE2; }
a { background-color: rgb(164,172,226); }
div.DivClassName
{
background-color: #A4ACE2;
}
.BgClassName
{
background-color: #A4ACE2;
}
</style>
border-color css
<style>
span { border-color: #A4ACE2; }
span { border-color: rgb(164,172,226); }
td.TdClassName
{
border-color: #A4ACE2;
}
.TagClassName
{
border-color: #A4ACE2;
}
</style>