Shades of Perano #ABAEFA
Tints of Perano #ABAEFA
RGB
CMYK
RGB Variations
Color information
#ABAEFA (or 0xABAEFA) is known color: Perano. HEX triplet: AB, AE and FA. RGB value is (171,174,250). Sum of RGB (Red+Green+Blue) = 171+174+250=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFA is #545105. Grayscale: #B5B5B5. Windows color (decimal): -5525766 or 16428715. OLE color: 16428715.
HSL color Cylindrical-coordinate representation of color #ABAEFA: hue angle of 237.72º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAEFA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 174 | 250 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.02 |
| HSL | 237.72º | 0.89% | 0.83% | - |
| HSV(B) | 237.72º | 0.32% | 0.98% | - |
| XYZ | 49.19 | 45.83 | 96.7 | - |
| YUV | 181.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 250 | 0.32 | 0.30 | 0 | 0.02 | 237.72 | 0.89 | 0.83 |
| Hex | AB | AE | FA | 20 | 1E | 0 | 2 | EE | 59 | 53 |
| Octal | 253 | 256 | 372 | 40 | 36 | 0 | 2 | 356 | 131 | 123 |
| Binary | 10101011 | 10101110 | 11111010 | 100000 | 11110 | 0 | 10 | 11101110 | 1011001 | 1010011 |
Color Harmonies of #ABAEFA
Complementary color
Monochromatic Colors of #ABAEFA
Black with #ABAEFA
Text Example
Text Example
White with #ABAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEFA; }
p { color: rgb(171,174,250); }
H1.HeaderClassName
{
color: #ABAEFA;
}
.AnyTagClassName
{
color: #ABAEFA;
}
</style>
background-color css
<style>
a { background-color: #ABAEFA; }
a { background-color: rgb(171,174,250); }
div.DivClassName
{
background-color: #ABAEFA;
}
.BgClassName
{
background-color: #ABAEFA;
}
</style>
border-color css
<style>
span { border-color: #ABAEFA; }
span { border-color: rgb(171,174,250); }
td.TdClassName
{
border-color: #ABAEFA;
}
.TagClassName
{
border-color: #ABAEFA;
}
</style>