Shades of Perano #A2ACED
Tints of Perano #A2ACED
RGB
CMYK
RGB Variations
Color information
#A2ACED (or 0xA2ACED) is known color: Perano. HEX triplet: A2, AC and ED. RGB value is (162,172,237). Sum of RGB (Red+Green+Blue) = 162+172+237=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ACED is #5D5312. Grayscale: #B0B0B0. Windows color (decimal): -6116115 or 15576226. OLE color: 15576226.
HSL color Cylindrical-coordinate representation of color #A2ACED: hue angle of 232º 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 #A2ACED is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 172 | 237 | - |
CMYK | 0.32 | 0.27 | 0 | 0.07 |
HSL | 232º | 0.68% | 0.78% | - |
HSV(B) | 232º | 0.32% | 0.93% | - |
XYZ | 44.94 | 43.3 | 86.11 | - |
YUV | 176.42 | 162.19 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 172 | 237 | 0.32 | 0.27 | 0 | 0.07 | 232 | 0.68 | 0.78 |
Hex | A2 | AC | ED | 20 | 1B | 0 | 7 | E8 | 44 | 4E |
Octal | 242 | 254 | 355 | 40 | 33 | 0 | 7 | 350 | 104 | 116 |
Binary | 10100010 | 10101100 | 11101101 | 100000 | 11011 | 0 | 111 | 11101000 | 1000100 | 1001110 |
Color Harmonies of #A2ACED
Complementary color
Monochromatic Colors of #A2ACED
Black with #A2ACED
Text Example
Text Example
White with #A2ACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACED; }
p { color: rgb(162,172,237); }
H1.HeaderClassName
{
color: #A2ACED;
}
.AnyTagClassName
{
color: #A2ACED;
}
</style>
background-color css
<style>
a { background-color: #A2ACED; }
a { background-color: rgb(162,172,237); }
div.DivClassName
{
background-color: #A2ACED;
}
.BgClassName
{
background-color: #A2ACED;
}
</style>
border-color css
<style>
span { border-color: #A2ACED; }
span { border-color: rgb(162,172,237); }
td.TdClassName
{
border-color: #A2ACED;
}
.TagClassName
{
border-color: #A2ACED;
}
</style>