Shades of Perano #A5AFF1
Tints of Perano #A5AFF1
RGB
CMYK
RGB Variations
Color information
#A5AFF1 (or 0xA5AFF1) is known color: Perano. HEX triplet: A5, AF and F1. RGB value is (165,175,241). Sum of RGB (Red+Green+Blue) = 165+175+241=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AFF1 is #5A500E. Grayscale: #B3B3B3. Windows color (decimal): -5918735 or 15839141. OLE color: 15839141.
HSL color Cylindrical-coordinate representation of color #A5AFF1: hue angle of 232.11º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5AFF1 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 175 | 241 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.05 |
| HSL | 232.11º | 0.73% | 0.8% | - |
| HSV(B) | 232.11º | 0.32% | 0.95% | - |
| XYZ | 46.72 | 45.01 | 89.44 | - |
| YUV | 179.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 241 | 0.32 | 0.27 | 0 | 0.05 | 232.11 | 0.73 | 0.8 |
| Hex | A5 | AF | F1 | 20 | 1B | 0 | 5 | E8 | 49 | 50 |
| Octal | 245 | 257 | 361 | 40 | 33 | 0 | 5 | 350 | 111 | 120 |
| Binary | 10100101 | 10101111 | 11110001 | 100000 | 11011 | 0 | 101 | 11101000 | 1001001 | 1010000 |
Color Harmonies of #A5AFF1
Complementary color
Monochromatic Colors of #A5AFF1
Black with #A5AFF1
Text Example
Text Example
White with #A5AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFF1; }
p { color: rgb(165,175,241); }
H1.HeaderClassName
{
color: #A5AFF1;
}
.AnyTagClassName
{
color: #A5AFF1;
}
</style>
background-color css
<style>
a { background-color: #A5AFF1; }
a { background-color: rgb(165,175,241); }
div.DivClassName
{
background-color: #A5AFF1;
}
.BgClassName
{
background-color: #A5AFF1;
}
</style>
border-color css
<style>
span { border-color: #A5AFF1; }
span { border-color: rgb(165,175,241); }
td.TdClassName
{
border-color: #A5AFF1;
}
.TagClassName
{
border-color: #A5AFF1;
}
</style>