Shades of Perano #A5ACE4
Tints of Perano #A5ACE4
RGB
CMYK
RGB Variations
Color information
#A5ACE4 (or 0xA5ACE4) is known color: Perano. HEX triplet: A5, AC and E4. RGB value is (165,172,228). Sum of RGB (Red+Green+Blue) = 165+172+228=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #A5ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACE4 is #5A531B. Grayscale: #B0B0B0. Windows color (decimal): -5919516 or 14986405. OLE color: 14986405.
HSL color Cylindrical-coordinate representation of color #A5ACE4: hue angle of 233.33º degrees, saturation: 0.54, 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 #A5ACE4 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 172 | 228 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.11 |
| HSL | 233.33º | 0.54% | 0.77% | - |
| HSV(B) | 233.33º | 0.28% | 0.89% | - |
| XYZ | 44.27 | 43.11 | 79.39 | - |
| YUV | 176.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 228 | 0.28 | 0.25 | 0 | 0.11 | 233.33 | 0.54 | 0.77 |
| Hex | A5 | AC | E4 | 1C | 19 | 0 | B | E9 | 36 | 4D |
| Octal | 245 | 254 | 344 | 34 | 31 | 0 | 13 | 351 | 66 | 115 |
| Binary | 10100101 | 10101100 | 11100100 | 11100 | 11001 | 0 | 1011 | 11101001 | 110110 | 1001101 |
Color Harmonies of #A5ACE4
Complementary color
Monochromatic Colors of #A5ACE4
Black with #A5ACE4
Text Example
Text Example
White with #A5ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ACE4; }
p { color: rgb(165,172,228); }
H1.HeaderClassName
{
color: #A5ACE4;
}
.AnyTagClassName
{
color: #A5ACE4;
}
</style>
background-color css
<style>
a { background-color: #A5ACE4; }
a { background-color: rgb(165,172,228); }
div.DivClassName
{
background-color: #A5ACE4;
}
.BgClassName
{
background-color: #A5ACE4;
}
</style>
border-color css
<style>
span { border-color: #A5ACE4; }
span { border-color: rgb(165,172,228); }
td.TdClassName
{
border-color: #A5ACE4;
}
.TagClassName
{
border-color: #A5ACE4;
}
</style>