Shades of Perano #A5A1F6
Tints of Perano #A5A1F6
RGB
CMYK
RGB Variations
Color information
#A5A1F6 (or 0xA5A1F6) is known color: Perano. HEX triplet: A5, A1 and F6. RGB value is (165,161,246). Sum of RGB (Red+Green+Blue) = 165+161+246=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5A1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A1F6 is #5A5E09. Grayscale: #ABABAB. Windows color (decimal): -5922314 or 16163237. OLE color: 16163237.
HSL color Cylindrical-coordinate representation of color #A5A1F6: hue angle of 242.82º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A1F6 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 161 | 246 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.04 |
| HSL | 242.82º | 0.83% | 0.8% | - |
| HSV(B) | 242.82º | 0.35% | 0.96% | - |
| XYZ | 44.9 | 40.14 | 92.57 | - |
| YUV | 171.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 246 | 0.33 | 0.35 | 0 | 0.04 | 242.82 | 0.83 | 0.8 |
| Hex | A5 | A1 | F6 | 21 | 23 | 0 | 4 | F3 | 53 | 50 |
| Octal | 245 | 241 | 366 | 41 | 43 | 0 | 4 | 363 | 123 | 120 |
| Binary | 10100101 | 10100001 | 11110110 | 100001 | 100011 | 0 | 100 | 11110011 | 1010011 | 1010000 |
Color Harmonies of #A5A1F6
Complementary color
Monochromatic Colors of #A5A1F6
Black with #A5A1F6
Text Example
Text Example
White with #A5A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1F6; }
p { color: rgb(165,161,246); }
H1.HeaderClassName
{
color: #A5A1F6;
}
.AnyTagClassName
{
color: #A5A1F6;
}
</style>
background-color css
<style>
a { background-color: #A5A1F6; }
a { background-color: rgb(165,161,246); }
div.DivClassName
{
background-color: #A5A1F6;
}
.BgClassName
{
background-color: #A5A1F6;
}
</style>
border-color css
<style>
span { border-color: #A5A1F6; }
span { border-color: rgb(165,161,246); }
td.TdClassName
{
border-color: #A5A1F6;
}
.TagClassName
{
border-color: #A5A1F6;
}
</style>