Shades of Perano #A0A2FF
Tints of Perano #A0A2FF
RGB
CMYK
RGB Variations
Color information
#A0A2FF (or 0xA0A2FF) is known color: Perano. HEX triplet: A0, A2 and FF. RGB value is (160,162,255). Sum of RGB (Red+Green+Blue) = 160+162+255=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0A2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A2FF is #5F5D00. Grayscale: #ABABAB. Windows color (decimal): -6249729 or 16753312. OLE color: 16753312.
HSL color Cylindrical-coordinate representation of color #A0A2FF: hue angle of 238.74º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A2FF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 160 | 162 | 255 | - |
CMYK | 0.37 | 0.36 | 0 | 0 |
HSL | 238.74º | 1% | 0.81% | - |
HSV(B) | 238.74º | 0.37% | 1% | - |
XYZ | 45.47 | 40.53 | 100.04 | - |
YUV | 172 | 174.84 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 162 | 255 | 0.37 | 0.36 | 0 | 0 | 238.74 | 1 | 0.81 |
Hex | A0 | A2 | FF | 25 | 24 | 0 | 0 | EF | 64 | 51 |
Octal | 240 | 242 | 377 | 45 | 44 | 0 | 0 | 357 | 144 | 121 |
Binary | 10100000 | 10100010 | 11111111 | 100101 | 100100 | 0 | 0 | 11101111 | 1100100 | 1010001 |
Color Harmonies of #A0A2FF
Complementary color
Monochromatic Colors of #A0A2FF
Black with #A0A2FF
Text Example
Text Example
White with #A0A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A2FF; }
p { color: rgb(160,162,255); }
H1.HeaderClassName
{
color: #A0A2FF;
}
.AnyTagClassName
{
color: #A0A2FF;
}
</style>
background-color css
<style>
a { background-color: #A0A2FF; }
a { background-color: rgb(160,162,255); }
div.DivClassName
{
background-color: #A0A2FF;
}
.BgClassName
{
background-color: #A0A2FF;
}
</style>
border-color css
<style>
span { border-color: #A0A2FF; }
span { border-color: rgb(160,162,255); }
td.TdClassName
{
border-color: #A0A2FF;
}
.TagClassName
{
border-color: #A0A2FF;
}
</style>