Shades of Perano #A1ACED
Tints of Perano #A1ACED
RGB
CMYK
RGB Variations
Color information
#A1ACED (or 0xA1ACED) is known color: Perano. HEX triplet: A1, AC and ED. RGB value is (161,172,237). Sum of RGB (Red+Green+Blue) = 161+172+237=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ACED is #5E5312. Grayscale: #AFAFAF. Windows color (decimal): -6181651 or 15576225. OLE color: 15576225.
HSL color Cylindrical-coordinate representation of color #A1ACED: hue angle of 231.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ACED is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 172 | 237 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.07 |
| HSL | 231.32º | 0.68% | 0.78% | - |
| HSV(B) | 231.32º | 0.32% | 0.93% | - |
| XYZ | 44.74 | 43.2 | 86.1 | - |
| YUV | 176.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 237 | 0.32 | 0.27 | 0 | 0.07 | 231.32 | 0.68 | 0.78 |
| Hex | A1 | AC | ED | 20 | 1B | 0 | 7 | E7 | 44 | 4E |
| Octal | 241 | 254 | 355 | 40 | 33 | 0 | 7 | 347 | 104 | 116 |
| Binary | 10100001 | 10101100 | 11101101 | 100000 | 11011 | 0 | 111 | 11100111 | 1000100 | 1001110 |
Color Harmonies of #A1ACED
Complementary color
Monochromatic Colors of #A1ACED
Black with #A1ACED
Text Example
Text Example
White with #A1ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACED; }
p { color: rgb(161,172,237); }
H1.HeaderClassName
{
color: #A1ACED;
}
.AnyTagClassName
{
color: #A1ACED;
}
</style>
background-color css
<style>
a { background-color: #A1ACED; }
a { background-color: rgb(161,172,237); }
div.DivClassName
{
background-color: #A1ACED;
}
.BgClassName
{
background-color: #A1ACED;
}
</style>
border-color css
<style>
span { border-color: #A1ACED; }
span { border-color: rgb(161,172,237); }
td.TdClassName
{
border-color: #A1ACED;
}
.TagClassName
{
border-color: #A1ACED;
}
</style>