Shades of Perano #A0A5FC
Tints of Perano #A0A5FC
RGB
CMYK
RGB Variations
Color information
#A0A5FC (or 0xA0A5FC) is known color: Perano. HEX triplet: A0, A5 and FC. RGB value is (160,165,252). Sum of RGB (Red+Green+Blue) = 160+165+252=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0A5FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A5FC is #5F5A03. Grayscale: #ADADAD. Windows color (decimal): -6248964 or 16557472. OLE color: 16557472.
HSL color Cylindrical-coordinate representation of color #A0A5FC: hue angle of 236.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A5FC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 165 | 252 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.01 |
| HSL | 236.74º | 0.94% | 0.81% | - |
| HSV(B) | 236.74º | 0.37% | 0.99% | - |
| XYZ | 45.52 | 41.41 | 97.69 | - |
| YUV | 173.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 252 | 0.37 | 0.35 | 0 | 0.01 | 236.74 | 0.94 | 0.81 |
| Hex | A0 | A5 | FC | 25 | 23 | 0 | 1 | ED | 5E | 51 |
| Octal | 240 | 245 | 374 | 45 | 43 | 0 | 1 | 355 | 136 | 121 |
| Binary | 10100000 | 10100101 | 11111100 | 100101 | 100011 | 0 | 1 | 11101101 | 1011110 | 1010001 |
Color Harmonies of #A0A5FC
Complementary color
Monochromatic Colors of #A0A5FC
Black with #A0A5FC
Text Example
Text Example
White with #A0A5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A5FC; }
p { color: rgb(160,165,252); }
H1.HeaderClassName
{
color: #A0A5FC;
}
.AnyTagClassName
{
color: #A0A5FC;
}
</style>
background-color css
<style>
a { background-color: #A0A5FC; }
a { background-color: rgb(160,165,252); }
div.DivClassName
{
background-color: #A0A5FC;
}
.BgClassName
{
background-color: #A0A5FC;
}
</style>
border-color css
<style>
span { border-color: #A0A5FC; }
span { border-color: rgb(160,165,252); }
td.TdClassName
{
border-color: #A0A5FC;
}
.TagClassName
{
border-color: #A0A5FC;
}
</style>