Shades of Perano #A2AAFD
Tints of Perano #A2AAFD
RGB
CMYK
RGB Variations
Color information
#A2AAFD (or 0xA2AAFD) is known color: Perano. HEX triplet: A2, AA and FD. RGB value is (162,170,253). Sum of RGB (Red+Green+Blue) = 162+170+253=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AAFD is #5D5502. Grayscale: #B0B0B0. Windows color (decimal): -6116611 or 16624290. OLE color: 16624290.
HSL color Cylindrical-coordinate representation of color #A2AAFD: hue angle of 234.73º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2AAFD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 170 | 253 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.01 |
| HSL | 234.73º | 0.96% | 0.81% | - |
| HSV(B) | 234.73º | 0.36% | 0.99% | - |
| XYZ | 47 | 43.52 | 98.85 | - |
| YUV | 177.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 253 | 0.36 | 0.33 | 0 | 0.01 | 234.73 | 0.96 | 0.81 |
| Hex | A2 | AA | FD | 24 | 21 | 0 | 1 | EB | 60 | 51 |
| Octal | 242 | 252 | 375 | 44 | 41 | 0 | 1 | 353 | 140 | 121 |
| Binary | 10100010 | 10101010 | 11111101 | 100100 | 100001 | 0 | 1 | 11101011 | 1100000 | 1010001 |
Color Harmonies of #A2AAFD
Complementary color
Monochromatic Colors of #A2AAFD
Black with #A2AAFD
Text Example
Text Example
White with #A2AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAFD; }
p { color: rgb(162,170,253); }
H1.HeaderClassName
{
color: #A2AAFD;
}
.AnyTagClassName
{
color: #A2AAFD;
}
</style>
background-color css
<style>
a { background-color: #A2AAFD; }
a { background-color: rgb(162,170,253); }
div.DivClassName
{
background-color: #A2AAFD;
}
.BgClassName
{
background-color: #A2AAFD;
}
</style>
border-color css
<style>
span { border-color: #A2AAFD; }
span { border-color: rgb(162,170,253); }
td.TdClassName
{
border-color: #A2AAFD;
}
.TagClassName
{
border-color: #A2AAFD;
}
</style>