Shades of Perano #A2AADF
Tints of Perano #A2AADF
RGB
CMYK
RGB Variations
Color information
#A2AADF (or 0xA2AADF) is known color: Perano. HEX triplet: A2, AA and DF. RGB value is (162,170,223). Sum of RGB (Red+Green+Blue) = 162+170+223=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AADF is #5D5520. Grayscale: #ADADAD. Windows color (decimal): -6116641 or 14658210. OLE color: 14658210.
HSL color Cylindrical-coordinate representation of color #A2AADF: hue angle of 232.13º 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 #A2AADF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 170 | 223 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.13 |
| HSL | 232.13º | 0.49% | 0.75% | - |
| HSV(B) | 232.13º | 0.27% | 0.87% | - |
| XYZ | 42.59 | 41.76 | 75.63 | - |
| YUV | 173.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 223 | 0.27 | 0.24 | 0 | 0.13 | 232.13 | 0.49 | 0.75 |
| Hex | A2 | AA | DF | 1B | 18 | 0 | D | E8 | 31 | 4B |
| Octal | 242 | 252 | 337 | 33 | 30 | 0 | 15 | 350 | 61 | 113 |
| Binary | 10100010 | 10101010 | 11011111 | 11011 | 11000 | 0 | 1101 | 11101000 | 110001 | 1001011 |
Color Harmonies of #A2AADF
Complementary color
Monochromatic Colors of #A2AADF
Black with #A2AADF
Text Example
Text Example
White with #A2AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AADF; }
p { color: rgb(162,170,223); }
H1.HeaderClassName
{
color: #A2AADF;
}
.AnyTagClassName
{
color: #A2AADF;
}
</style>
background-color css
<style>
a { background-color: #A2AADF; }
a { background-color: rgb(162,170,223); }
div.DivClassName
{
background-color: #A2AADF;
}
.BgClassName
{
background-color: #A2AADF;
}
</style>
border-color css
<style>
span { border-color: #A2AADF; }
span { border-color: rgb(162,170,223); }
td.TdClassName
{
border-color: #A2AADF;
}
.TagClassName
{
border-color: #A2AADF;
}
</style>