Shades of Perano #ABAAFD
Tints of Perano #ABAAFD
RGB
CMYK
RGB Variations
Color information
#ABAAFD (or 0xABAAFD) is known color: Perano. HEX triplet: AB, AA and FD. RGB value is (171,170,253). Sum of RGB (Red+Green+Blue) = 171+170+253=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFD is #545502. Grayscale: #B3B3B3. Windows color (decimal): -5526787 or 16624299. OLE color: 16624299.
HSL color Cylindrical-coordinate representation of color #ABAAFD: hue angle of 240.72º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABAAFD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 170 | 253 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.01 |
| HSL | 240.72º | 0.95% | 0.83% | - |
| HSV(B) | 240.72º | 0.33% | 0.99% | - |
| XYZ | 48.9 | 44.5 | 98.94 | - |
| YUV | 179.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 253 | 0.32 | 0.33 | 0 | 0.01 | 240.72 | 0.95 | 0.83 |
| Hex | AB | AA | FD | 20 | 21 | 0 | 1 | F1 | 5F | 53 |
| Octal | 253 | 252 | 375 | 40 | 41 | 0 | 1 | 361 | 137 | 123 |
| Binary | 10101011 | 10101010 | 11111101 | 100000 | 100001 | 0 | 1 | 11110001 | 1011111 | 1010011 |
Color Harmonies of #ABAAFD
Complementary color
Monochromatic Colors of #ABAAFD
Black with #ABAAFD
Text Example
Text Example
White with #ABAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAFD; }
p { color: rgb(171,170,253); }
H1.HeaderClassName
{
color: #ABAAFD;
}
.AnyTagClassName
{
color: #ABAAFD;
}
</style>
background-color css
<style>
a { background-color: #ABAAFD; }
a { background-color: rgb(171,170,253); }
div.DivClassName
{
background-color: #ABAAFD;
}
.BgClassName
{
background-color: #ABAAFD;
}
</style>
border-color css
<style>
span { border-color: #ABAAFD; }
span { border-color: rgb(171,170,253); }
td.TdClassName
{
border-color: #ABAAFD;
}
.TagClassName
{
border-color: #ABAAFD;
}
</style>