Shades of Perano #ABAFE4
Tints of Perano #ABAFE4
RGB
CMYK
RGB Variations
Color information
#ABAFE4 (or 0xABAFE4) is known color: Perano. HEX triplet: AB, AF and E4. RGB value is (171,175,228). Sum of RGB (Red+Green+Blue) = 171+175+228=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE4 is #54501B. Grayscale: #B3B3B3. Windows color (decimal): -5525532 or 14987179. OLE color: 14987179.
HSL color Cylindrical-coordinate representation of color #ABAFE4: hue angle of 235.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAFE4 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 175 | 228 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.11 |
| HSL | 235.79º | 0.51% | 0.78% | - |
| HSV(B) | 235.79º | 0.25% | 0.89% | - |
| XYZ | 46.13 | 44.92 | 79.64 | - |
| YUV | 179.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 228 | 0.25 | 0.23 | 0 | 0.11 | 235.79 | 0.51 | 0.78 |
| Hex | AB | AF | E4 | 19 | 17 | 0 | B | EC | 33 | 4E |
| Octal | 253 | 257 | 344 | 31 | 27 | 0 | 13 | 354 | 63 | 116 |
| Binary | 10101011 | 10101111 | 11100100 | 11001 | 10111 | 0 | 1011 | 11101100 | 110011 | 1001110 |
Color Harmonies of #ABAFE4
Complementary color
Monochromatic Colors of #ABAFE4
Black with #ABAFE4
Text Example
Text Example
White with #ABAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFE4; }
p { color: rgb(171,175,228); }
H1.HeaderClassName
{
color: #ABAFE4;
}
.AnyTagClassName
{
color: #ABAFE4;
}
</style>
background-color css
<style>
a { background-color: #ABAFE4; }
a { background-color: rgb(171,175,228); }
div.DivClassName
{
background-color: #ABAFE4;
}
.BgClassName
{
background-color: #ABAFE4;
}
</style>
border-color css
<style>
span { border-color: #ABAFE4; }
span { border-color: rgb(171,175,228); }
td.TdClassName
{
border-color: #ABAFE4;
}
.TagClassName
{
border-color: #ABAFE4;
}
</style>