Shades of Perano #ABAFE5
Tints of Perano #ABAFE5
RGB
CMYK
RGB Variations
Color information
#ABAFE5 (or 0xABAFE5) is known color: Perano. HEX triplet: AB, AF and E5. RGB value is (171,175,229). Sum of RGB (Red+Green+Blue) = 171+175+229=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE5 is #54501A. Grayscale: #B3B3B3. Windows color (decimal): -5525531 or 15052715. OLE color: 15052715.
HSL color Cylindrical-coordinate representation of color #ABAFE5: hue angle of 235.86º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAFE5 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 175 | 229 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.10 |
| HSL | 235.86º | 0.53% | 0.78% | - |
| HSV(B) | 235.86º | 0.25% | 0.9% | - |
| XYZ | 46.27 | 44.98 | 80.37 | - |
| YUV | 179.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 229 | 0.25 | 0.24 | 0 | 0.10 | 235.86 | 0.53 | 0.78 |
| Hex | AB | AF | E5 | 19 | 18 | 0 | A | EC | 35 | 4E |
| Octal | 253 | 257 | 345 | 31 | 30 | 0 | 12 | 354 | 65 | 116 |
| Binary | 10101011 | 10101111 | 11100101 | 11001 | 11000 | 0 | 1010 | 11101100 | 110101 | 1001110 |
Color Harmonies of #ABAFE5
Complementary color
Monochromatic Colors of #ABAFE5
Black with #ABAFE5
Text Example
Text Example
White with #ABAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFE5; }
p { color: rgb(171,175,229); }
H1.HeaderClassName
{
color: #ABAFE5;
}
.AnyTagClassName
{
color: #ABAFE5;
}
</style>
background-color css
<style>
a { background-color: #ABAFE5; }
a { background-color: rgb(171,175,229); }
div.DivClassName
{
background-color: #ABAFE5;
}
.BgClassName
{
background-color: #ABAFE5;
}
</style>
border-color css
<style>
span { border-color: #ABAFE5; }
span { border-color: rgb(171,175,229); }
td.TdClassName
{
border-color: #ABAFE5;
}
.TagClassName
{
border-color: #ABAFE5;
}
</style>