Shades of Perano #A5AFF9
Tints of Perano #A5AFF9
RGB
CMYK
RGB Variations
Color information
#A5AFF9 (or 0xA5AFF9) is known color: Perano. HEX triplet: A5, AF and F9. RGB value is (165,175,249). Sum of RGB (Red+Green+Blue) = 165+175+249=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 175 (68.75% from 255 or 29.71% 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 #A5AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFF9 is #5A5006. Grayscale: #B4B4B4. Windows color (decimal): -5918727 or 16363429. OLE color: 16363429.
HSL color Cylindrical-coordinate representation of color #A5AFF9: hue angle of 232.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5AFF9 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 175 | 249 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.02 |
| HSL | 232.86º | 0.88% | 0.81% | - |
| HSV(B) | 232.86º | 0.34% | 0.98% | - |
| XYZ | 47.95 | 45.5 | 95.88 | - |
| YUV | 180.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 249 | 0.34 | 0.30 | 0 | 0.02 | 232.86 | 0.88 | 0.81 |
| Hex | A5 | AF | F9 | 22 | 1E | 0 | 2 | E9 | 58 | 51 |
| Octal | 245 | 257 | 371 | 42 | 36 | 0 | 2 | 351 | 130 | 121 |
| Binary | 10100101 | 10101111 | 11111001 | 100010 | 11110 | 0 | 10 | 11101001 | 1011000 | 1010001 |
Color Harmonies of #A5AFF9
Complementary color
Monochromatic Colors of #A5AFF9
Black with #A5AFF9
Text Example
Text Example
White with #A5AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFF9; }
p { color: rgb(165,175,249); }
H1.HeaderClassName
{
color: #A5AFF9;
}
.AnyTagClassName
{
color: #A5AFF9;
}
</style>
background-color css
<style>
a { background-color: #A5AFF9; }
a { background-color: rgb(165,175,249); }
div.DivClassName
{
background-color: #A5AFF9;
}
.BgClassName
{
background-color: #A5AFF9;
}
</style>
border-color css
<style>
span { border-color: #A5AFF9; }
span { border-color: rgb(165,175,249); }
td.TdClassName
{
border-color: #A5AFF9;
}
.TagClassName
{
border-color: #A5AFF9;
}
</style>