Shades of Perano #A2B0EE
Tints of Perano #A2B0EE
RGB
CMYK
RGB Variations
Color information
#A2B0EE (or 0xA2B0EE) is known color: Perano. HEX triplet: A2, B0 and EE. RGB value is (162,176,238). Sum of RGB (Red+Green+Blue) = 162+176+238=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2B0EE is #5D4F11. Grayscale: #B2B2B2. Windows color (decimal): -6115090 or 15642786. OLE color: 15642786.
HSL color Cylindrical-coordinate representation of color #A2B0EE: hue angle of 228.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B0EE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 176 | 238 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 228.95º | 0.69% | 0.78% | - |
| HSV(B) | 228.95º | 0.32% | 0.93% | - |
| XYZ | 45.86 | 44.91 | 87.14 | - |
| YUV | 178.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 238 | 0.32 | 0.26 | 0 | 0.07 | 228.95 | 0.69 | 0.78 |
| Hex | A2 | B0 | EE | 20 | 1A | 0 | 7 | E5 | 45 | 4E |
| Octal | 242 | 260 | 356 | 40 | 32 | 0 | 7 | 345 | 105 | 116 |
| Binary | 10100010 | 10110000 | 11101110 | 100000 | 11010 | 0 | 111 | 11100101 | 1000101 | 1001110 |
Color Harmonies of #A2B0EE
Complementary color
Monochromatic Colors of #A2B0EE
Black with #A2B0EE
Text Example
Text Example
White with #A2B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0EE; }
p { color: rgb(162,176,238); }
H1.HeaderClassName
{
color: #A2B0EE;
}
.AnyTagClassName
{
color: #A2B0EE;
}
</style>
background-color css
<style>
a { background-color: #A2B0EE; }
a { background-color: rgb(162,176,238); }
div.DivClassName
{
background-color: #A2B0EE;
}
.BgClassName
{
background-color: #A2B0EE;
}
</style>
border-color css
<style>
span { border-color: #A2B0EE; }
span { border-color: rgb(162,176,238); }
td.TdClassName
{
border-color: #A2B0EE;
}
.TagClassName
{
border-color: #A2B0EE;
}
</style>