Shades of Perano #A2A0FF
Tints of Perano #A2A0FF
RGB
CMYK
RGB Variations
Color information
#A2A0FF (or 0xA2A0FF) is known color: Perano. HEX triplet: A2, A0 and FF. RGB value is (162,160,255). Sum of RGB (Red+Green+Blue) = 162+160+255=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 160 (62.89% from 255 or 27.73% 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 #A2A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A0FF is #5D5F00. Grayscale: #ABABAB. Windows color (decimal): -6119169 or 16752802. OLE color: 16752802.
HSL color Cylindrical-coordinate representation of color #A2A0FF: hue angle of 241.26º 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 #A2A0FF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 162 | 160 | 255 | - |
CMYK | 0.36 | 0.37 | 0 | 0 |
HSL | 241.26º | 1% | 0.81% | - |
HSV(B) | 241.26º | 0.37% | 1% | - |
XYZ | 45.52 | 40.04 | 99.94 | - |
YUV | 171.43 | 175.16 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 160 | 255 | 0.36 | 0.37 | 0 | 0 | 241.26 | 1 | 0.81 |
Hex | A2 | A0 | FF | 24 | 25 | 0 | 0 | F1 | 64 | 51 |
Octal | 242 | 240 | 377 | 44 | 45 | 0 | 0 | 361 | 144 | 121 |
Binary | 10100010 | 10100000 | 11111111 | 100100 | 100101 | 0 | 0 | 11110001 | 1100100 | 1010001 |
Color Harmonies of #A2A0FF
Complementary color
Monochromatic Colors of #A2A0FF
Black with #A2A0FF
Text Example
Text Example
White with #A2A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A0FF; }
p { color: rgb(162,160,255); }
H1.HeaderClassName
{
color: #A2A0FF;
}
.AnyTagClassName
{
color: #A2A0FF;
}
</style>
background-color css
<style>
a { background-color: #A2A0FF; }
a { background-color: rgb(162,160,255); }
div.DivClassName
{
background-color: #A2A0FF;
}
.BgClassName
{
background-color: #A2A0FF;
}
</style>
border-color css
<style>
span { border-color: #A2A0FF; }
span { border-color: rgb(162,160,255); }
td.TdClassName
{
border-color: #A2A0FF;
}
.TagClassName
{
border-color: #A2A0FF;
}
</style>