Shades of Perano #A9AFFA
Tints of Perano #A9AFFA
RGB
CMYK
RGB Variations
Color information
#A9AFFA (or 0xA9AFFA) is known color: Perano. HEX triplet: A9, AF and FA. RGB value is (169,175,250). Sum of RGB (Red+Green+Blue) = 169+175+250=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AFFA is #565005. Grayscale: #B5B5B5. Windows color (decimal): -5656582 or 16428969. OLE color: 16428969.
HSL color Cylindrical-coordinate representation of color #A9AFFA: hue angle of 235.56º degrees, saturation: 0.89, 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 #A9AFFA is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 175 | 250 | - |
| CMYK | 0.32 | 0.3 | 0 | 0.02 |
| HSL | 235.56º | 0.89% | 0.82% | - |
| HSV(B) | 235.56º | 0.32% | 0.98% | - |
| XYZ | 48.95 | 46 | 96.74 | - |
| YUV | 181.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 250 | 0.32 | 0.3 | 0 | 0.02 | 235.56 | 0.89 | 0.82 |
| Hex | A9 | AF | FA | 20 | 1E | 0 | 2 | EC | 59 | 52 |
| Octal | 251 | 257 | 372 | 40 | 36 | 0 | 2 | 354 | 131 | 122 |
| Binary | 10101001 | 10101111 | 11111010 | 100000 | 11110 | 0 | 10 | 11101100 | 1011001 | 1010010 |
Color Harmonies of #A9AFFA
Complementary color
Monochromatic Colors of #A9AFFA
Black with #A9AFFA
Text Example
Text Example
White with #A9AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AFFA; }
p { color: rgb(169,175,250); }
H1.HeaderClassName
{
color: #A9AFFA;
}
.AnyTagClassName
{
color: #A9AFFA;
}
</style>
background-color css
<style>
a { background-color: #A9AFFA; }
a { background-color: rgb(169,175,250); }
div.DivClassName
{
background-color: #A9AFFA;
}
.BgClassName
{
background-color: #A9AFFA;
}
</style>
border-color css
<style>
span { border-color: #A9AFFA; }
span { border-color: rgb(169,175,250); }
td.TdClassName
{
border-color: #A9AFFA;
}
.TagClassName
{
border-color: #A9AFFA;
}
</style>