Shades of Perano #A2ACE2
Tints of Perano #A2ACE2
RGB
CMYK
RGB Variations
Color information
#A2ACE2 (or 0xA2ACE2) is known color: Perano. HEX triplet: A2, AC and E2. RGB value is (162,172,226). Sum of RGB (Red+Green+Blue) = 162+172+226=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #A2ACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACE2 is #5D531D. Grayscale: #AEAEAE. Windows color (decimal): -6116126 or 14855330. OLE color: 14855330.
HSL color Cylindrical-coordinate representation of color #A2ACE2: hue angle of 230.62º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2ACE2 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 172 | 226 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.11 |
| HSL | 230.63º | 0.52% | 0.76% | - |
| HSV(B) | 230.63º | 0.28% | 0.89% | - |
| XYZ | 43.38 | 42.68 | 77.9 | - |
| YUV | 175.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 226 | 0.28 | 0.24 | 0 | 0.11 | 230.63 | 0.52 | 0.76 |
| Hex | A2 | AC | E2 | 1C | 18 | 0 | B | E7 | 34 | 4C |
| Octal | 242 | 254 | 342 | 34 | 30 | 0 | 13 | 347 | 64 | 114 |
| Binary | 10100010 | 10101100 | 11100010 | 11100 | 11000 | 0 | 1011 | 11100111 | 110100 | 1001100 |
Color Harmonies of #A2ACE2
Complementary color
Monochromatic Colors of #A2ACE2
Black with #A2ACE2
Text Example
Text Example
White with #A2ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACE2; }
p { color: rgb(162,172,226); }
H1.HeaderClassName
{
color: #A2ACE2;
}
.AnyTagClassName
{
color: #A2ACE2;
}
</style>
background-color css
<style>
a { background-color: #A2ACE2; }
a { background-color: rgb(162,172,226); }
div.DivClassName
{
background-color: #A2ACE2;
}
.BgClassName
{
background-color: #A2ACE2;
}
</style>
border-color css
<style>
span { border-color: #A2ACE2; }
span { border-color: rgb(162,172,226); }
td.TdClassName
{
border-color: #A2ACE2;
}
.TagClassName
{
border-color: #A2ACE2;
}
</style>