Shades of Perano #A0A2FC
Tints of Perano #A0A2FC
RGB
CMYK
RGB Variations
Color information
#A0A2FC (or 0xA0A2FC) is known color: Perano. HEX triplet: A0, A2 and FC. RGB value is (160,162,252). Sum of RGB (Red+Green+Blue) = 160+162+252=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0A2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A2FC is #5F5D03. Grayscale: #ABABAB. Windows color (decimal): -6249732 or 16556704. OLE color: 16556704.
HSL color Cylindrical-coordinate representation of color #A0A2FC: hue angle of 238.7º 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 #A0A2FC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 162 | 252 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.01 |
| HSL | 238.7º | 0.94% | 0.81% | - |
| HSV(B) | 238.7º | 0.37% | 0.99% | - |
| XYZ | 44.99 | 40.34 | 97.51 | - |
| YUV | 171.66 | 173.34 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 252 | 0.37 | 0.36 | 0 | 0.01 | 238.7 | 0.94 | 0.81 |
| Hex | A0 | A2 | FC | 25 | 24 | 0 | 1 | EF | 5E | 51 |
| Octal | 240 | 242 | 374 | 45 | 44 | 0 | 1 | 357 | 136 | 121 |
| Binary | 10100000 | 10100010 | 11111100 | 100101 | 100100 | 0 | 1 | 11101111 | 1011110 | 1010001 |
Color Harmonies of #A0A2FC
Complementary color
Monochromatic Colors of #A0A2FC
Black with #A0A2FC
Text Example
Text Example
White with #A0A2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A2FC; }
p { color: rgb(160,162,252); }
H1.HeaderClassName
{
color: #A0A2FC;
}
.AnyTagClassName
{
color: #A0A2FC;
}
</style>
background-color css
<style>
a { background-color: #A0A2FC; }
a { background-color: rgb(160,162,252); }
div.DivClassName
{
background-color: #A0A2FC;
}
.BgClassName
{
background-color: #A0A2FC;
}
</style>
border-color css
<style>
span { border-color: #A0A2FC; }
span { border-color: rgb(160,162,252); }
td.TdClassName
{
border-color: #A0A2FC;
}
.TagClassName
{
border-color: #A0A2FC;
}
</style>