Shades of Perano #ABA8EC
Tints of Perano #ABA8EC
RGB
CMYK
RGB Variations
Color information
#ABA8EC (or 0xABA8EC) is known color: Perano. HEX triplet: AB, A8 and EC. RGB value is (171,168,236). Sum of RGB (Red+Green+Blue) = 171+168+236=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8EC is #545713. Grayscale: #B0B0B0. Windows color (decimal): -5527316 or 15509675. OLE color: 15509675.
HSL color Cylindrical-coordinate representation of color #ABA8EC: hue angle of 242.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA8EC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 168 | 236 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.07 |
| HSL | 242.65º | 0.64% | 0.79% | - |
| HSV(B) | 242.65º | 0.29% | 0.93% | - |
| XYZ | 45.94 | 42.72 | 85.18 | - |
| YUV | 176.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 236 | 0.28 | 0.29 | 0 | 0.07 | 242.65 | 0.64 | 0.79 |
| Hex | AB | A8 | EC | 1C | 1D | 0 | 7 | F3 | 40 | 4F |
| Octal | 253 | 250 | 354 | 34 | 35 | 0 | 7 | 363 | 100 | 117 |
| Binary | 10101011 | 10101000 | 11101100 | 11100 | 11101 | 0 | 111 | 11110011 | 1000000 | 1001111 |
Color Harmonies of #ABA8EC
Complementary color
Monochromatic Colors of #ABA8EC
Black with #ABA8EC
Text Example
Text Example
White with #ABA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8EC; }
p { color: rgb(171,168,236); }
H1.HeaderClassName
{
color: #ABA8EC;
}
.AnyTagClassName
{
color: #ABA8EC;
}
</style>
background-color css
<style>
a { background-color: #ABA8EC; }
a { background-color: rgb(171,168,236); }
div.DivClassName
{
background-color: #ABA8EC;
}
.BgClassName
{
background-color: #ABA8EC;
}
</style>
border-color css
<style>
span { border-color: #ABA8EC; }
span { border-color: rgb(171,168,236); }
td.TdClassName
{
border-color: #ABA8EC;
}
.TagClassName
{
border-color: #ABA8EC;
}
</style>