Shades of Perano #ABAFE2
Tints of Perano #ABAFE2
RGB
CMYK
RGB Variations
Color information
#ABAFE2 (or 0xABAFE2) is known color: Perano. HEX triplet: AB, AF and E2. RGB value is (171,175,226). Sum of RGB (Red+Green+Blue) = 171+175+226=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE2 is #54501D. Grayscale: #B3B3B3. Windows color (decimal): -5525534 or 14856107. OLE color: 14856107.
HSL color Cylindrical-coordinate representation of color #ABAFE2: hue angle of 235.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAFE2 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 175 | 226 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.11 |
| HSL | 235.64º | 0.49% | 0.78% | - |
| HSV(B) | 235.64º | 0.24% | 0.89% | - |
| XYZ | 45.85 | 44.81 | 78.18 | - |
| YUV | 179.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 226 | 0.24 | 0.23 | 0 | 0.11 | 235.64 | 0.49 | 0.78 |
| Hex | AB | AF | E2 | 18 | 17 | 0 | B | EC | 31 | 4E |
| Octal | 253 | 257 | 342 | 30 | 27 | 0 | 13 | 354 | 61 | 116 |
| Binary | 10101011 | 10101111 | 11100010 | 11000 | 10111 | 0 | 1011 | 11101100 | 110001 | 1001110 |
Color Harmonies of #ABAFE2
Complementary color
Monochromatic Colors of #ABAFE2
Black with #ABAFE2
Text Example
Text Example
White with #ABAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFE2; }
p { color: rgb(171,175,226); }
H1.HeaderClassName
{
color: #ABAFE2;
}
.AnyTagClassName
{
color: #ABAFE2;
}
</style>
background-color css
<style>
a { background-color: #ABAFE2; }
a { background-color: rgb(171,175,226); }
div.DivClassName
{
background-color: #ABAFE2;
}
.BgClassName
{
background-color: #ABAFE2;
}
</style>
border-color css
<style>
span { border-color: #ABAFE2; }
span { border-color: rgb(171,175,226); }
td.TdClassName
{
border-color: #ABAFE2;
}
.TagClassName
{
border-color: #ABAFE2;
}
</style>