Shades of Perano #A5A1F4
Tints of Perano #A5A1F4
RGB
CMYK
RGB Variations
Color information
#A5A1F4 (or 0xA5A1F4) is known color: Perano. HEX triplet: A5, A1 and F4. RGB value is (165,161,244). Sum of RGB (Red+Green+Blue) = 165+161+244=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #A5A1F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A1F4 is #5A5E0B. Grayscale: #ABABAB. Windows color (decimal): -5922316 or 16032165. OLE color: 16032165.
HSL color Cylindrical-coordinate representation of color #A5A1F4: hue angle of 242.89º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5A1F4 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 161 | 244 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.04 |
| HSL | 242.89º | 0.79% | 0.79% | - |
| HSV(B) | 242.89º | 0.34% | 0.96% | - |
| XYZ | 44.59 | 40.02 | 90.96 | - |
| YUV | 171.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 244 | 0.32 | 0.34 | 0 | 0.04 | 242.89 | 0.79 | 0.79 |
| Hex | A5 | A1 | F4 | 20 | 22 | 0 | 4 | F3 | 4F | 4F |
| Octal | 245 | 241 | 364 | 40 | 42 | 0 | 4 | 363 | 117 | 117 |
| Binary | 10100101 | 10100001 | 11110100 | 100000 | 100010 | 0 | 100 | 11110011 | 1001111 | 1001111 |
Color Harmonies of #A5A1F4
Complementary color
Monochromatic Colors of #A5A1F4
Black with #A5A1F4
Text Example
Text Example
White with #A5A1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A1F4; }
p { color: rgb(165,161,244); }
H1.HeaderClassName
{
color: #A5A1F4;
}
.AnyTagClassName
{
color: #A5A1F4;
}
</style>
background-color css
<style>
a { background-color: #A5A1F4; }
a { background-color: rgb(165,161,244); }
div.DivClassName
{
background-color: #A5A1F4;
}
.BgClassName
{
background-color: #A5A1F4;
}
</style>
border-color css
<style>
span { border-color: #A5A1F4; }
span { border-color: rgb(165,161,244); }
td.TdClassName
{
border-color: #A5A1F4;
}
.TagClassName
{
border-color: #A5A1F4;
}
</style>