Shades of Perano #A2ABEA
Tints of Perano #A2ABEA
RGB
CMYK
RGB Variations
Color information
#A2ABEA (or 0xA2ABEA) is known color: Perano. HEX triplet: A2, AB and EA. RGB value is (162,171,234). Sum of RGB (Red+Green+Blue) = 162+171+234=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABEA is #5D5415. Grayscale: #AFAFAF. Windows color (decimal): -6116374 or 15379362. OLE color: 15379362.
HSL color Cylindrical-coordinate representation of color #A2ABEA: hue angle of 232.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ABEA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 171 | 234 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.08 |
| HSL | 232.5º | 0.63% | 0.78% | - |
| HSV(B) | 232.5º | 0.31% | 0.92% | - |
| XYZ | 44.31 | 42.75 | 83.76 | - |
| YUV | 175.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 234 | 0.31 | 0.27 | 0 | 0.08 | 232.5 | 0.63 | 0.78 |
| Hex | A2 | AB | EA | 1F | 1B | 0 | 8 | E8 | 3F | 4E |
| Octal | 242 | 253 | 352 | 37 | 33 | 0 | 10 | 350 | 77 | 116 |
| Binary | 10100010 | 10101011 | 11101010 | 11111 | 11011 | 0 | 1000 | 11101000 | 111111 | 1001110 |
Color Harmonies of #A2ABEA
Complementary color
Monochromatic Colors of #A2ABEA
Black with #A2ABEA
Text Example
Text Example
White with #A2ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABEA; }
p { color: rgb(162,171,234); }
H1.HeaderClassName
{
color: #A2ABEA;
}
.AnyTagClassName
{
color: #A2ABEA;
}
</style>
background-color css
<style>
a { background-color: #A2ABEA; }
a { background-color: rgb(162,171,234); }
div.DivClassName
{
background-color: #A2ABEA;
}
.BgClassName
{
background-color: #A2ABEA;
}
</style>
border-color css
<style>
span { border-color: #A2ABEA; }
span { border-color: rgb(162,171,234); }
td.TdClassName
{
border-color: #A2ABEA;
}
.TagClassName
{
border-color: #A2ABEA;
}
</style>