Shades of Perano #A2ACE5
Tints of Perano #A2ACE5
RGB
CMYK
RGB Variations
Color information
#A2ACE5 (or 0xA2ACE5) is known color: Perano. HEX triplet: A2, AC and E5. RGB value is (162,172,229). Sum of RGB (Red+Green+Blue) = 162+172+229=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACE5 is #5D531A. Grayscale: #AFAFAF. Windows color (decimal): -6116123 or 15051938. OLE color: 15051938.
HSL color Cylindrical-coordinate representation of color #A2ACE5: hue angle of 231.04º degrees, saturation: 0.56, 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 #A2ACE5 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 172 | 229 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.10 |
| HSL | 231.04º | 0.56% | 0.77% | - |
| HSV(B) | 231.04º | 0.29% | 0.9% | - |
| XYZ | 43.8 | 42.84 | 80.09 | - |
| YUV | 175.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 229 | 0.29 | 0.25 | 0 | 0.10 | 231.04 | 0.56 | 0.77 |
| Hex | A2 | AC | E5 | 1D | 19 | 0 | A | E7 | 38 | 4D |
| Octal | 242 | 254 | 345 | 35 | 31 | 0 | 12 | 347 | 70 | 115 |
| Binary | 10100010 | 10101100 | 11100101 | 11101 | 11001 | 0 | 1010 | 11100111 | 111000 | 1001101 |
Color Harmonies of #A2ACE5
Complementary color
Monochromatic Colors of #A2ACE5
Black with #A2ACE5
Text Example
Text Example
White with #A2ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACE5; }
p { color: rgb(162,172,229); }
H1.HeaderClassName
{
color: #A2ACE5;
}
.AnyTagClassName
{
color: #A2ACE5;
}
</style>
background-color css
<style>
a { background-color: #A2ACE5; }
a { background-color: rgb(162,172,229); }
div.DivClassName
{
background-color: #A2ACE5;
}
.BgClassName
{
background-color: #A2ACE5;
}
</style>
border-color css
<style>
span { border-color: #A2ACE5; }
span { border-color: rgb(162,172,229); }
td.TdClassName
{
border-color: #A2ACE5;
}
.TagClassName
{
border-color: #A2ACE5;
}
</style>