Shades of Perano #ABAAFF
Tints of Perano #ABAAFF
RGB
CMYK
RGB Variations
Color information
#ABAAFF (or 0xABAAFF) is known color: Perano. HEX triplet: AB, AA and FF. RGB value is (171,170,255). Sum of RGB (Red+Green+Blue) = 171+170+255=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFF is #545500. Grayscale: #B3B3B3. Windows color (decimal): -5526785 or 16755371. OLE color: 16755371.
HSL color Cylindrical-coordinate representation of color #ABAAFF: hue angle of 240.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAAFF is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 170 | 255 | - |
| CMYK | 0.33 | 0.33 | 0 | 0 |
| HSL | 240.71º | 1% | 0.83% | - |
| HSV(B) | 240.71º | 0.33% | 1% | - |
| XYZ | 49.22 | 44.63 | 100.63 | - |
| YUV | 179.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 255 | 0.33 | 0.33 | 0 | 0 | 240.71 | 1 | 0.83 |
| Hex | AB | AA | FF | 21 | 21 | 0 | 0 | F1 | 64 | 53 |
| Octal | 253 | 252 | 377 | 41 | 41 | 0 | 0 | 361 | 144 | 123 |
| Binary | 10101011 | 10101010 | 11111111 | 100001 | 100001 | 0 | 0 | 11110001 | 1100100 | 1010011 |
Color Harmonies of #ABAAFF
Complementary color
Monochromatic Colors of #ABAAFF
Black with #ABAAFF
Text Example
Text Example
White with #ABAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAFF; }
p { color: rgb(171,170,255); }
H1.HeaderClassName
{
color: #ABAAFF;
}
.AnyTagClassName
{
color: #ABAAFF;
}
</style>
background-color css
<style>
a { background-color: #ABAAFF; }
a { background-color: rgb(171,170,255); }
div.DivClassName
{
background-color: #ABAAFF;
}
.BgClassName
{
background-color: #ABAAFF;
}
</style>
border-color css
<style>
span { border-color: #ABAAFF; }
span { border-color: rgb(171,170,255); }
td.TdClassName
{
border-color: #ABAAFF;
}
.TagClassName
{
border-color: #ABAAFF;
}
</style>