Shades of Perano #A1A2FF
Tints of Perano #A1A2FF
RGB
CMYK
RGB Variations
Color information
#A1A2FF (or 0xA1A2FF) is known color: Perano. HEX triplet: A1, A2 and FF. RGB value is (161,162,255). Sum of RGB (Red+Green+Blue) = 161+162+255=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A2FF is #5E5D00. Grayscale: #ABABAB. Windows color (decimal): -6184193 or 16753313. OLE color: 16753313.
HSL color Cylindrical-coordinate representation of color #A1A2FF: hue angle of 239.36º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1A2FF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 162 | 255 | - |
| CMYK | 0.37 | 0.36 | 0 | 0 |
| HSL | 239.36º | 1% | 0.82% | - |
| HSV(B) | 239.36º | 0.37% | 1% | - |
| XYZ | 45.67 | 40.64 | 100.04 | - |
| YUV | 172.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 255 | 0.37 | 0.36 | 0 | 0 | 239.36 | 1 | 0.82 |
| Hex | A1 | A2 | FF | 25 | 24 | 0 | 0 | EF | 64 | 52 |
| Octal | 241 | 242 | 377 | 45 | 44 | 0 | 0 | 357 | 144 | 122 |
| Binary | 10100001 | 10100010 | 11111111 | 100101 | 100100 | 0 | 0 | 11101111 | 1100100 | 1010010 |
Color Harmonies of #A1A2FF
Complementary color
Monochromatic Colors of #A1A2FF
Black with #A1A2FF
Text Example
Text Example
White with #A1A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A2FF; }
p { color: rgb(161,162,255); }
H1.HeaderClassName
{
color: #A1A2FF;
}
.AnyTagClassName
{
color: #A1A2FF;
}
</style>
background-color css
<style>
a { background-color: #A1A2FF; }
a { background-color: rgb(161,162,255); }
div.DivClassName
{
background-color: #A1A2FF;
}
.BgClassName
{
background-color: #A1A2FF;
}
</style>
border-color css
<style>
span { border-color: #A1A2FF; }
span { border-color: rgb(161,162,255); }
td.TdClassName
{
border-color: #A1A2FF;
}
.TagClassName
{
border-color: #A1A2FF;
}
</style>