Shades of Perano #ABAFDC
Tints of Perano #ABAFDC
RGB
CMYK
RGB Variations
Color information
#ABAFDC (or 0xABAFDC) is known color: Perano. HEX triplet: AB, AF and DC. RGB value is (171,175,220). Sum of RGB (Red+Green+Blue) = 171+175+220=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDC is #545023. Grayscale: #B2B2B2. Windows color (decimal): -5525540 or 14462891. OLE color: 14462891.
HSL color Cylindrical-coordinate representation of color #ABAFDC: hue angle of 235.1º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAFDC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 175 | 220 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.14 |
| HSL | 235.1º | 0.41% | 0.77% | - |
| HSV(B) | 235.1º | 0.22% | 0.86% | - |
| XYZ | 45.04 | 44.49 | 73.92 | - |
| YUV | 178.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 220 | 0.22 | 0.20 | 0 | 0.14 | 235.1 | 0.41 | 0.77 |
| Hex | AB | AF | DC | 16 | 14 | 0 | E | EB | 29 | 4D |
| Octal | 253 | 257 | 334 | 26 | 24 | 0 | 16 | 353 | 51 | 115 |
| Binary | 10101011 | 10101111 | 11011100 | 10110 | 10100 | 0 | 1110 | 11101011 | 101001 | 1001101 |
Color Harmonies of #ABAFDC
Complementary color
Monochromatic Colors of #ABAFDC
Black with #ABAFDC
Text Example
Text Example
White with #ABAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFDC; }
p { color: rgb(171,175,220); }
H1.HeaderClassName
{
color: #ABAFDC;
}
.AnyTagClassName
{
color: #ABAFDC;
}
</style>
background-color css
<style>
a { background-color: #ABAFDC; }
a { background-color: rgb(171,175,220); }
div.DivClassName
{
background-color: #ABAFDC;
}
.BgClassName
{
background-color: #ABAFDC;
}
</style>
border-color css
<style>
span { border-color: #ABAFDC; }
span { border-color: rgb(171,175,220); }
td.TdClassName
{
border-color: #ABAFDC;
}
.TagClassName
{
border-color: #ABAFDC;
}
</style>