Shades of Perano #ABAEFF
Tints of Perano #ABAEFF
RGB
CMYK
RGB Variations
Color information
#ABAEFF (or 0xABAEFF) is known color: Perano. HEX triplet: AB, AE and FF. RGB value is (171,174,255). Sum of RGB (Red+Green+Blue) = 171+174+255=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEFF is #545100. Grayscale: #B6B6B6. Windows color (decimal): -5525761 or 16756395. OLE color: 16756395.
HSL color Cylindrical-coordinate representation of color #ABAEFF: hue angle of 237.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAEFF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 174 | 255 | - |
| CMYK | 0.33 | 0.32 | 0 | 0 |
| HSL | 237.86º | 1% | 0.84% | - |
| HSV(B) | 237.86º | 0.33% | 1% | - |
| XYZ | 49.98 | 46.15 | 100.88 | - |
| YUV | 182.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 255 | 0.33 | 0.32 | 0 | 0 | 237.86 | 1 | 0.84 |
| Hex | AB | AE | FF | 21 | 20 | 0 | 0 | EE | 64 | 54 |
| Octal | 253 | 256 | 377 | 41 | 40 | 0 | 0 | 356 | 144 | 124 |
| Binary | 10101011 | 10101110 | 11111111 | 100001 | 100000 | 0 | 0 | 11101110 | 1100100 | 1010100 |
Color Harmonies of #ABAEFF
Complementary color
Monochromatic Colors of #ABAEFF
Black with #ABAEFF
Text Example
Text Example
White with #ABAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEFF; }
p { color: rgb(171,174,255); }
H1.HeaderClassName
{
color: #ABAEFF;
}
.AnyTagClassName
{
color: #ABAEFF;
}
</style>
background-color css
<style>
a { background-color: #ABAEFF; }
a { background-color: rgb(171,174,255); }
div.DivClassName
{
background-color: #ABAEFF;
}
.BgClassName
{
background-color: #ABAEFF;
}
</style>
border-color css
<style>
span { border-color: #ABAEFF; }
span { border-color: rgb(171,174,255); }
td.TdClassName
{
border-color: #ABAEFF;
}
.TagClassName
{
border-color: #ABAEFF;
}
</style>