Shades of Perano #A9ABF8
Tints of Perano #A9ABF8
RGB
CMYK
RGB Variations
Color information
#A9ABF8 (or 0xA9ABF8) is known color: Perano. HEX triplet: A9, AB and F8. RGB value is (169,171,248). Sum of RGB (Red+Green+Blue) = 169+171+248=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9ABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABF8 is #565407. Grayscale: #B2B2B2. Windows color (decimal): -5657608 or 16296873. OLE color: 16296873.
HSL color Cylindrical-coordinate representation of color #A9ABF8: hue angle of 238.48º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9ABF8 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 171 | 248 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.03 |
| HSL | 238.48º | 0.85% | 0.82% | - |
| HSV(B) | 238.48º | 0.32% | 0.97% | - |
| XYZ | 47.87 | 44.34 | 94.84 | - |
| YUV | 179.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 248 | 0.32 | 0.31 | 0 | 0.03 | 238.48 | 0.85 | 0.82 |
| Hex | A9 | AB | F8 | 20 | 1F | 0 | 3 | EE | 55 | 52 |
| Octal | 251 | 253 | 370 | 40 | 37 | 0 | 3 | 356 | 125 | 122 |
| Binary | 10101001 | 10101011 | 11111000 | 100000 | 11111 | 0 | 11 | 11101110 | 1010101 | 1010010 |
Color Harmonies of #A9ABF8
Complementary color
Monochromatic Colors of #A9ABF8
Black with #A9ABF8
Text Example
Text Example
White with #A9ABF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABF8; }
p { color: rgb(169,171,248); }
H1.HeaderClassName
{
color: #A9ABF8;
}
.AnyTagClassName
{
color: #A9ABF8;
}
</style>
background-color css
<style>
a { background-color: #A9ABF8; }
a { background-color: rgb(169,171,248); }
div.DivClassName
{
background-color: #A9ABF8;
}
.BgClassName
{
background-color: #A9ABF8;
}
</style>
border-color css
<style>
span { border-color: #A9ABF8; }
span { border-color: rgb(169,171,248); }
td.TdClassName
{
border-color: #A9ABF8;
}
.TagClassName
{
border-color: #A9ABF8;
}
</style>