Shades of Perano #ABAFE6
Tints of Perano #ABAFE6
RGB
CMYK
RGB Variations
Color information
#ABAFE6 (or 0xABAFE6) is known color: Perano. HEX triplet: AB, AF and E6. RGB value is (171,175,230). Sum of RGB (Red+Green+Blue) = 171+175+230=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABAFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFE6 is #545019. Grayscale: #B3B3B3. Windows color (decimal): -5525530 or 15118251. OLE color: 15118251.
HSL color Cylindrical-coordinate representation of color #ABAFE6: hue angle of 235.93º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAFE6 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 175 | 230 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.10 |
| HSL | 235.93º | 0.54% | 0.79% | - |
| HSV(B) | 235.93º | 0.26% | 0.9% | - |
| XYZ | 46.41 | 45.03 | 81.11 | - |
| YUV | 180.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 230 | 0.26 | 0.24 | 0 | 0.10 | 235.93 | 0.54 | 0.79 |
| Hex | AB | AF | E6 | 1A | 18 | 0 | A | EC | 36 | 4F |
| Octal | 253 | 257 | 346 | 32 | 30 | 0 | 12 | 354 | 66 | 117 |
| Binary | 10101011 | 10101111 | 11100110 | 11010 | 11000 | 0 | 1010 | 11101100 | 110110 | 1001111 |
Color Harmonies of #ABAFE6
Complementary color
Monochromatic Colors of #ABAFE6
Black with #ABAFE6
Text Example
Text Example
White with #ABAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFE6; }
p { color: rgb(171,175,230); }
H1.HeaderClassName
{
color: #ABAFE6;
}
.AnyTagClassName
{
color: #ABAFE6;
}
</style>
background-color css
<style>
a { background-color: #ABAFE6; }
a { background-color: rgb(171,175,230); }
div.DivClassName
{
background-color: #ABAFE6;
}
.BgClassName
{
background-color: #ABAFE6;
}
</style>
border-color css
<style>
span { border-color: #ABAFE6; }
span { border-color: rgb(171,175,230); }
td.TdClassName
{
border-color: #ABAFE6;
}
.TagClassName
{
border-color: #ABAFE6;
}
</style>