Shades of Perano #ABA7E8
Tints of Perano #ABA7E8
RGB
CMYK
RGB Variations
Color information
#ABA7E8 (or 0xABA7E8) is known color: Perano. HEX triplet: AB, A7 and E8. RGB value is (171,167,232). Sum of RGB (Red+Green+Blue) = 171+167+232=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABA7E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7E8 is #545817. Grayscale: #AFAFAF. Windows color (decimal): -5527576 or 15247275. OLE color: 15247275.
HSL color Cylindrical-coordinate representation of color #ABA7E8: hue angle of 243.69º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA7E8 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 167 | 232 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.09 |
| HSL | 243.69º | 0.59% | 0.78% | - |
| HSV(B) | 243.69º | 0.28% | 0.91% | - |
| XYZ | 45.18 | 42.12 | 82.09 | - |
| YUV | 175.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 232 | 0.26 | 0.28 | 0 | 0.09 | 243.69 | 0.59 | 0.78 |
| Hex | AB | A7 | E8 | 1A | 1C | 0 | 9 | F4 | 3B | 4E |
| Octal | 253 | 247 | 350 | 32 | 34 | 0 | 11 | 364 | 73 | 116 |
| Binary | 10101011 | 10100111 | 11101000 | 11010 | 11100 | 0 | 1001 | 11110100 | 111011 | 1001110 |
Color Harmonies of #ABA7E8
Complementary color
Monochromatic Colors of #ABA7E8
Black with #ABA7E8
Text Example
Text Example
White with #ABA7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7E8; }
p { color: rgb(171,167,232); }
H1.HeaderClassName
{
color: #ABA7E8;
}
.AnyTagClassName
{
color: #ABA7E8;
}
</style>
background-color css
<style>
a { background-color: #ABA7E8; }
a { background-color: rgb(171,167,232); }
div.DivClassName
{
background-color: #ABA7E8;
}
.BgClassName
{
background-color: #ABA7E8;
}
</style>
border-color css
<style>
span { border-color: #ABA7E8; }
span { border-color: rgb(171,167,232); }
td.TdClassName
{
border-color: #ABA7E8;
}
.TagClassName
{
border-color: #ABA7E8;
}
</style>