Shades of Perano #A8ABE8
Tints of Perano #A8ABE8
RGB
CMYK
RGB Variations
Color information
#A8ABE8 (or 0xA8ABE8) is known color: Perano. HEX triplet: A8, AB and E8. RGB value is (168,171,232). Sum of RGB (Red+Green+Blue) = 168+171+232=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8ABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABE8 is #575417. Grayscale: #B0B0B0. Windows color (decimal): -5723160 or 15248296. OLE color: 15248296.
HSL color Cylindrical-coordinate representation of color #A8ABE8: hue angle of 237.19º degrees, saturation: 0.58, 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 #A8ABE8 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 171 | 232 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.09 |
| HSL | 237.19º | 0.58% | 0.78% | - |
| HSV(B) | 237.19º | 0.28% | 0.91% | - |
| XYZ | 45.28 | 43.28 | 82.31 | - |
| YUV | 177.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 232 | 0.28 | 0.26 | 0 | 0.09 | 237.19 | 0.58 | 0.78 |
| Hex | A8 | AB | E8 | 1C | 1A | 0 | 9 | ED | 3A | 4E |
| Octal | 250 | 253 | 350 | 34 | 32 | 0 | 11 | 355 | 72 | 116 |
| Binary | 10101000 | 10101011 | 11101000 | 11100 | 11010 | 0 | 1001 | 11101101 | 111010 | 1001110 |
Color Harmonies of #A8ABE8
Complementary color
Monochromatic Colors of #A8ABE8
Black with #A8ABE8
Text Example
Text Example
White with #A8ABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABE8; }
p { color: rgb(168,171,232); }
H1.HeaderClassName
{
color: #A8ABE8;
}
.AnyTagClassName
{
color: #A8ABE8;
}
</style>
background-color css
<style>
a { background-color: #A8ABE8; }
a { background-color: rgb(168,171,232); }
div.DivClassName
{
background-color: #A8ABE8;
}
.BgClassName
{
background-color: #A8ABE8;
}
</style>
border-color css
<style>
span { border-color: #A8ABE8; }
span { border-color: rgb(168,171,232); }
td.TdClassName
{
border-color: #A8ABE8;
}
.TagClassName
{
border-color: #A8ABE8;
}
</style>