Shades of Perano #ABAFEA
Tints of Perano #ABAFEA
RGB
CMYK
RGB Variations
Color information
#ABAFEA (or 0xABAFEA) is known color: Perano. HEX triplet: AB, AF and EA. RGB value is (171,175,234). Sum of RGB (Red+Green+Blue) = 171+175+234=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEA is #545015. Grayscale: #B4B4B4. Windows color (decimal): -5525526 or 15380395. OLE color: 15380395.
HSL color Cylindrical-coordinate representation of color #ABAFEA: hue angle of 236.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAFEA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 175 | 234 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.08 |
| HSL | 236.19º | 0.6% | 0.79% | - |
| HSV(B) | 236.19º | 0.27% | 0.92% | - |
| XYZ | 46.98 | 45.26 | 84.1 | - |
| YUV | 180.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 234 | 0.27 | 0.25 | 0 | 0.08 | 236.19 | 0.6 | 0.79 |
| Hex | AB | AF | EA | 1B | 19 | 0 | 8 | EC | 3C | 4F |
| Octal | 253 | 257 | 352 | 33 | 31 | 0 | 10 | 354 | 74 | 117 |
| Binary | 10101011 | 10101111 | 11101010 | 11011 | 11001 | 0 | 1000 | 11101100 | 111100 | 1001111 |
Color Harmonies of #ABAFEA
Complementary color
Monochromatic Colors of #ABAFEA
Black with #ABAFEA
Text Example
Text Example
White with #ABAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFEA; }
p { color: rgb(171,175,234); }
H1.HeaderClassName
{
color: #ABAFEA;
}
.AnyTagClassName
{
color: #ABAFEA;
}
</style>
background-color css
<style>
a { background-color: #ABAFEA; }
a { background-color: rgb(171,175,234); }
div.DivClassName
{
background-color: #ABAFEA;
}
.BgClassName
{
background-color: #ABAFEA;
}
</style>
border-color css
<style>
span { border-color: #ABAFEA; }
span { border-color: rgb(171,175,234); }
td.TdClassName
{
border-color: #ABAFEA;
}
.TagClassName
{
border-color: #ABAFEA;
}
</style>