Shades of Perano #A0A2EB
Tints of Perano #A0A2EB
RGB
CMYK
RGB Variations
Color information
#A0A2EB (or 0xA0A2EB) is known color: Perano. HEX triplet: A0, A2 and EB. RGB value is (160,162,235). Sum of RGB (Red+Green+Blue) = 160+162+235=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A2EB is #5F5D14. Grayscale: #A9A9A9. Windows color (decimal): -6249749 or 15442592. OLE color: 15442592.
HSL color Cylindrical-coordinate representation of color #A0A2EB: hue angle of 238.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A2EB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 162 | 235 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.08 |
| HSL | 238.4º | 0.65% | 0.77% | - |
| HSV(B) | 238.4º | 0.32% | 0.92% | - |
| XYZ | 42.41 | 39.31 | 83.95 | - |
| YUV | 169.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 235 | 0.32 | 0.31 | 0 | 0.08 | 238.4 | 0.65 | 0.77 |
| Hex | A0 | A2 | EB | 20 | 1F | 0 | 8 | EE | 41 | 4D |
| Octal | 240 | 242 | 353 | 40 | 37 | 0 | 10 | 356 | 101 | 115 |
| Binary | 10100000 | 10100010 | 11101011 | 100000 | 11111 | 0 | 1000 | 11101110 | 1000001 | 1001101 |
Color Harmonies of #A0A2EB
Complementary color
Monochromatic Colors of #A0A2EB
Black with #A0A2EB
Text Example
Text Example
White with #A0A2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A2EB; }
p { color: rgb(160,162,235); }
H1.HeaderClassName
{
color: #A0A2EB;
}
.AnyTagClassName
{
color: #A0A2EB;
}
</style>
background-color css
<style>
a { background-color: #A0A2EB; }
a { background-color: rgb(160,162,235); }
div.DivClassName
{
background-color: #A0A2EB;
}
.BgClassName
{
background-color: #A0A2EB;
}
</style>
border-color css
<style>
span { border-color: #A0A2EB; }
span { border-color: rgb(160,162,235); }
td.TdClassName
{
border-color: #A0A2EB;
}
.TagClassName
{
border-color: #A0A2EB;
}
</style>