Shades of Perano #A2ABED
Tints of Perano #A2ABED
RGB
CMYK
RGB Variations
Color information
#A2ABED (or 0xA2ABED) is known color: Perano. HEX triplet: A2, AB and ED. RGB value is (162,171,237). Sum of RGB (Red+Green+Blue) = 162+171+237=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2ABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABED is #5D5412. Grayscale: #AFAFAF. Windows color (decimal): -6116371 or 15575970. OLE color: 15575970.
HSL color Cylindrical-coordinate representation of color #A2ABED: hue angle of 232.8º degrees, saturation: 0.68, 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 #A2ABED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 171 | 237 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.8º | 0.68% | 0.78% | - |
| HSV(B) | 232.8º | 0.32% | 0.93% | - |
| XYZ | 44.75 | 42.92 | 86.05 | - |
| YUV | 175.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 237 | 0.32 | 0.28 | 0 | 0.07 | 232.8 | 0.68 | 0.78 |
| Hex | A2 | AB | ED | 20 | 1C | 0 | 7 | E9 | 44 | 4E |
| Octal | 242 | 253 | 355 | 40 | 34 | 0 | 7 | 351 | 104 | 116 |
| Binary | 10100010 | 10101011 | 11101101 | 100000 | 11100 | 0 | 111 | 11101001 | 1000100 | 1001110 |
Color Harmonies of #A2ABED
Complementary color
Monochromatic Colors of #A2ABED
Black with #A2ABED
Text Example
Text Example
White with #A2ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABED; }
p { color: rgb(162,171,237); }
H1.HeaderClassName
{
color: #A2ABED;
}
.AnyTagClassName
{
color: #A2ABED;
}
</style>
background-color css
<style>
a { background-color: #A2ABED; }
a { background-color: rgb(162,171,237); }
div.DivClassName
{
background-color: #A2ABED;
}
.BgClassName
{
background-color: #A2ABED;
}
</style>
border-color css
<style>
span { border-color: #A2ABED; }
span { border-color: rgb(162,171,237); }
td.TdClassName
{
border-color: #A2ABED;
}
.TagClassName
{
border-color: #A2ABED;
}
</style>