Shades of Perano #A2ADDF
Tints of Perano #A2ADDF
RGB
CMYK
RGB Variations
Color information
#A2ADDF (or 0xA2ADDF) is known color: Perano. HEX triplet: A2, AD and DF. RGB value is (162,173,223). Sum of RGB (Red+Green+Blue) = 162+173+223=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADDF is #5D5220. Grayscale: #AFAFAF. Windows color (decimal): -6115873 or 14658978. OLE color: 14658978.
HSL color Cylindrical-coordinate representation of color #A2ADDF: hue angle of 229.18º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2ADDF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 173 | 223 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.13 |
| HSL | 229.18º | 0.49% | 0.75% | - |
| HSV(B) | 229.18º | 0.27% | 0.87% | - |
| XYZ | 43.16 | 42.9 | 75.82 | - |
| YUV | 175.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 223 | 0.27 | 0.22 | 0 | 0.13 | 229.18 | 0.49 | 0.75 |
| Hex | A2 | AD | DF | 1B | 16 | 0 | D | E5 | 31 | 4B |
| Octal | 242 | 255 | 337 | 33 | 26 | 0 | 15 | 345 | 61 | 113 |
| Binary | 10100010 | 10101101 | 11011111 | 11011 | 10110 | 0 | 1101 | 11100101 | 110001 | 1001011 |
Color Harmonies of #A2ADDF
Complementary color
Monochromatic Colors of #A2ADDF
Black with #A2ADDF
Text Example
Text Example
White with #A2ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADDF; }
p { color: rgb(162,173,223); }
H1.HeaderClassName
{
color: #A2ADDF;
}
.AnyTagClassName
{
color: #A2ADDF;
}
</style>
background-color css
<style>
a { background-color: #A2ADDF; }
a { background-color: rgb(162,173,223); }
div.DivClassName
{
background-color: #A2ADDF;
}
.BgClassName
{
background-color: #A2ADDF;
}
</style>
border-color css
<style>
span { border-color: #A2ADDF; }
span { border-color: rgb(162,173,223); }
td.TdClassName
{
border-color: #A2ADDF;
}
.TagClassName
{
border-color: #A2ADDF;
}
</style>