Shades of Perano #A2B3EE
Tints of Perano #A2B3EE
RGB
CMYK
RGB Variations
Color information
#A2B3EE (or 0xA2B3EE) is known color: Perano. HEX triplet: A2, B3 and EE. RGB value is (162,179,238). Sum of RGB (Red+Green+Blue) = 162+179+238=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2B3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B3EE is #5D4C11. Grayscale: #B4B4B4. Windows color (decimal): -6114322 or 15643554. OLE color: 15643554.
HSL color Cylindrical-coordinate representation of color #A2B3EE: hue angle of 226.58º 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 #A2B3EE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 179 | 238 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.07 |
| HSL | 226.58º | 0.69% | 0.78% | - |
| HSV(B) | 226.58º | 0.32% | 0.93% | - |
| XYZ | 46.45 | 46.09 | 87.34 | - |
| YUV | 180.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 238 | 0.32 | 0.25 | 0 | 0.07 | 226.58 | 0.69 | 0.78 |
| Hex | A2 | B3 | EE | 20 | 19 | 0 | 7 | E3 | 45 | 4E |
| Octal | 242 | 263 | 356 | 40 | 31 | 0 | 7 | 343 | 105 | 116 |
| Binary | 10100010 | 10110011 | 11101110 | 100000 | 11001 | 0 | 111 | 11100011 | 1000101 | 1001110 |
Color Harmonies of #A2B3EE
Complementary color
Monochromatic Colors of #A2B3EE
Black with #A2B3EE
Text Example
Text Example
White with #A2B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3EE; }
p { color: rgb(162,179,238); }
H1.HeaderClassName
{
color: #A2B3EE;
}
.AnyTagClassName
{
color: #A2B3EE;
}
</style>
background-color css
<style>
a { background-color: #A2B3EE; }
a { background-color: rgb(162,179,238); }
div.DivClassName
{
background-color: #A2B3EE;
}
.BgClassName
{
background-color: #A2B3EE;
}
</style>
border-color css
<style>
span { border-color: #A2B3EE; }
span { border-color: rgb(162,179,238); }
td.TdClassName
{
border-color: #A2B3EE;
}
.TagClassName
{
border-color: #A2B3EE;
}
</style>