Shades of Perano #A2ABEE
Tints of Perano #A2ABEE
RGB
CMYK
RGB Variations
Color information
#A2ABEE (or 0xA2ABEE) is known color: Perano. HEX triplet: A2, AB and EE. RGB value is (162,171,238). Sum of RGB (Red+Green+Blue) = 162+171+238=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABEE is #5D5411. Grayscale: #AFAFAF. Windows color (decimal): -6116370 or 15641506. OLE color: 15641506.
HSL color Cylindrical-coordinate representation of color #A2ABEE: hue angle of 232.89º 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 #A2ABEE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 171 | 238 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.89º | 0.69% | 0.78% | - |
| HSV(B) | 232.89º | 0.32% | 0.93% | - |
| XYZ | 44.9 | 42.98 | 86.82 | - |
| YUV | 175.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 238 | 0.32 | 0.28 | 0 | 0.07 | 232.89 | 0.69 | 0.78 |
| Hex | A2 | AB | EE | 20 | 1C | 0 | 7 | E9 | 45 | 4E |
| Octal | 242 | 253 | 356 | 40 | 34 | 0 | 7 | 351 | 105 | 116 |
| Binary | 10100010 | 10101011 | 11101110 | 100000 | 11100 | 0 | 111 | 11101001 | 1000101 | 1001110 |
Color Harmonies of #A2ABEE
Complementary color
Monochromatic Colors of #A2ABEE
Black with #A2ABEE
Text Example
Text Example
White with #A2ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABEE; }
p { color: rgb(162,171,238); }
H1.HeaderClassName
{
color: #A2ABEE;
}
.AnyTagClassName
{
color: #A2ABEE;
}
</style>
background-color css
<style>
a { background-color: #A2ABEE; }
a { background-color: rgb(162,171,238); }
div.DivClassName
{
background-color: #A2ABEE;
}
.BgClassName
{
background-color: #A2ABEE;
}
</style>
border-color css
<style>
span { border-color: #A2ABEE; }
span { border-color: rgb(162,171,238); }
td.TdClassName
{
border-color: #A2ABEE;
}
.TagClassName
{
border-color: #A2ABEE;
}
</style>