Shades of Perano #A9ABF9
Tints of Perano #A9ABF9
RGB
CMYK
RGB Variations
Color information
#A9ABF9 (or 0xA9ABF9) is known color: Perano. HEX triplet: A9, AB and F9. RGB value is (169,171,249). Sum of RGB (Red+Green+Blue) = 169+171+249=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9ABF9 is #565406. Grayscale: #B2B2B2. Windows color (decimal): -5657607 or 16362409. OLE color: 16362409.
HSL color Cylindrical-coordinate representation of color #A9ABF9: hue angle of 238.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9ABF9 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 171 | 249 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.02 |
| HSL | 238.5º | 0.87% | 0.82% | - |
| HSV(B) | 238.5º | 0.32% | 0.98% | - |
| XYZ | 48.02 | 44.4 | 95.66 | - |
| YUV | 179.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 249 | 0.32 | 0.31 | 0 | 0.02 | 238.5 | 0.87 | 0.82 |
| Hex | A9 | AB | F9 | 20 | 1F | 0 | 2 | EE | 57 | 52 |
| Octal | 251 | 253 | 371 | 40 | 37 | 0 | 2 | 356 | 127 | 122 |
| Binary | 10101001 | 10101011 | 11111001 | 100000 | 11111 | 0 | 10 | 11101110 | 1010111 | 1010010 |
Color Harmonies of #A9ABF9
Complementary color
Monochromatic Colors of #A9ABF9
Black with #A9ABF9
Text Example
Text Example
White with #A9ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABF9; }
p { color: rgb(169,171,249); }
H1.HeaderClassName
{
color: #A9ABF9;
}
.AnyTagClassName
{
color: #A9ABF9;
}
</style>
background-color css
<style>
a { background-color: #A9ABF9; }
a { background-color: rgb(169,171,249); }
div.DivClassName
{
background-color: #A9ABF9;
}
.BgClassName
{
background-color: #A9ABF9;
}
</style>
border-color css
<style>
span { border-color: #A9ABF9; }
span { border-color: rgb(169,171,249); }
td.TdClassName
{
border-color: #A9ABF9;
}
.TagClassName
{
border-color: #A9ABF9;
}
</style>