Shades of Perano #A8ABEF
Tints of Perano #A8ABEF
RGB
CMYK
RGB Variations
Color information
#A8ABEF (or 0xA8ABEF) is known color: Perano. HEX triplet: A8, AB and EF. RGB value is (168,171,239). Sum of RGB (Red+Green+Blue) = 168+171+239=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEF is #575410. Grayscale: #B1B1B1. Windows color (decimal): -5723153 or 15707048. OLE color: 15707048.
HSL color Cylindrical-coordinate representation of color #A8ABEF: hue angle of 237.46º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8ABEF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 171 | 239 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.06 |
| HSL | 237.46º | 0.69% | 0.8% | - |
| HSV(B) | 237.46º | 0.3% | 0.94% | - |
| XYZ | 46.29 | 43.68 | 87.65 | - |
| YUV | 177.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 239 | 0.30 | 0.28 | 0 | 0.06 | 237.46 | 0.69 | 0.8 |
| Hex | A8 | AB | EF | 1E | 1C | 0 | 6 | ED | 45 | 50 |
| Octal | 250 | 253 | 357 | 36 | 34 | 0 | 6 | 355 | 105 | 120 |
| Binary | 10101000 | 10101011 | 11101111 | 11110 | 11100 | 0 | 110 | 11101101 | 1000101 | 1010000 |
Color Harmonies of #A8ABEF
Complementary color
Monochromatic Colors of #A8ABEF
Black with #A8ABEF
Text Example
Text Example
White with #A8ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABEF; }
p { color: rgb(168,171,239); }
H1.HeaderClassName
{
color: #A8ABEF;
}
.AnyTagClassName
{
color: #A8ABEF;
}
</style>
background-color css
<style>
a { background-color: #A8ABEF; }
a { background-color: rgb(168,171,239); }
div.DivClassName
{
background-color: #A8ABEF;
}
.BgClassName
{
background-color: #A8ABEF;
}
</style>
border-color css
<style>
span { border-color: #A8ABEF; }
span { border-color: rgb(168,171,239); }
td.TdClassName
{
border-color: #A8ABEF;
}
.TagClassName
{
border-color: #A8ABEF;
}
</style>