Shades of Perano #ABAFDD
Tints of Perano #ABAFDD
RGB
CMYK
RGB Variations
Color information
#ABAFDD (or 0xABAFDD) is known color: Perano. HEX triplet: AB, AF and DD. RGB value is (171,175,221). Sum of RGB (Red+Green+Blue) = 171+175+221=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDD is #545022. Grayscale: #B2B2B2. Windows color (decimal): -5525539 or 14528427. OLE color: 14528427.
HSL color Cylindrical-coordinate representation of color #ABAFDD: hue angle of 235.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAFDD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 175 | 221 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 235.2º | 0.42% | 0.77% | - |
| HSV(B) | 235.2º | 0.23% | 0.87% | - |
| XYZ | 45.18 | 44.54 | 74.62 | - |
| YUV | 179.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 221 | 0.23 | 0.21 | 0 | 0.13 | 235.2 | 0.42 | 0.77 |
| Hex | AB | AF | DD | 17 | 15 | 0 | D | EB | 2A | 4D |
| Octal | 253 | 257 | 335 | 27 | 25 | 0 | 15 | 353 | 52 | 115 |
| Binary | 10101011 | 10101111 | 11011101 | 10111 | 10101 | 0 | 1101 | 11101011 | 101010 | 1001101 |
Color Harmonies of #ABAFDD
Complementary color
Monochromatic Colors of #ABAFDD
Black with #ABAFDD
Text Example
Text Example
White with #ABAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFDD; }
p { color: rgb(171,175,221); }
H1.HeaderClassName
{
color: #ABAFDD;
}
.AnyTagClassName
{
color: #ABAFDD;
}
</style>
background-color css
<style>
a { background-color: #ABAFDD; }
a { background-color: rgb(171,175,221); }
div.DivClassName
{
background-color: #ABAFDD;
}
.BgClassName
{
background-color: #ABAFDD;
}
</style>
border-color css
<style>
span { border-color: #ABAFDD; }
span { border-color: rgb(171,175,221); }
td.TdClassName
{
border-color: #ABAFDD;
}
.TagClassName
{
border-color: #ABAFDD;
}
</style>