Shades of Perano #A0A4FF
Tints of Perano #A0A4FF
RGB
CMYK
RGB Variations
Color information
#A0A4FF (or 0xA0A4FF) is known color: Perano. HEX triplet: A0, A4 and FF. RGB value is (160,164,255). Sum of RGB (Red+Green+Blue) = 160+164+255=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A4FF is #5F5B00. Grayscale: #ACACAC. Windows color (decimal): -6249217 or 16753824. OLE color: 16753824.
HSL color Cylindrical-coordinate representation of color #A0A4FF: hue angle of 237.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A4FF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 164 | 255 | - |
| CMYK | 0.37 | 0.36 | 0 | 0 |
| HSL | 237.47º | 1% | 0.81% | - |
| HSV(B) | 237.47º | 0.37% | 1% | - |
| XYZ | 45.82 | 41.24 | 100.15 | - |
| YUV | 173.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 255 | 0.37 | 0.36 | 0 | 0 | 237.47 | 1 | 0.81 |
| Hex | A0 | A4 | FF | 25 | 24 | 0 | 0 | ED | 64 | 51 |
| Octal | 240 | 244 | 377 | 45 | 44 | 0 | 0 | 355 | 144 | 121 |
| Binary | 10100000 | 10100100 | 11111111 | 100101 | 100100 | 0 | 0 | 11101101 | 1100100 | 1010001 |
Color Harmonies of #A0A4FF
Complementary color
Monochromatic Colors of #A0A4FF
Black with #A0A4FF
Text Example
Text Example
White with #A0A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4FF; }
p { color: rgb(160,164,255); }
H1.HeaderClassName
{
color: #A0A4FF;
}
.AnyTagClassName
{
color: #A0A4FF;
}
</style>
background-color css
<style>
a { background-color: #A0A4FF; }
a { background-color: rgb(160,164,255); }
div.DivClassName
{
background-color: #A0A4FF;
}
.BgClassName
{
background-color: #A0A4FF;
}
</style>
border-color css
<style>
span { border-color: #A0A4FF; }
span { border-color: rgb(160,164,255); }
td.TdClassName
{
border-color: #A0A4FF;
}
.TagClassName
{
border-color: #A0A4FF;
}
</style>