Shades of Perano #A0ACFF
Tints of Perano #A0ACFF
RGB
CMYK
RGB Variations
Color information
#A0ACFF (or 0xA0ACFF) is known color: Perano. HEX triplet: A0, AC and FF. RGB value is (160,172,255). Sum of RGB (Red+Green+Blue) = 160+172+255=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACFF is #5F5300. Grayscale: #B1B1B1. Windows color (decimal): -6247169 or 16755872. OLE color: 16755872.
HSL color Cylindrical-coordinate representation of color #A0ACFF: hue angle of 232.42º 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 #A0ACFF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 172 | 255 | - |
| CMYK | 0.37 | 0.33 | 0 | 0 |
| HSL | 232.42º | 1% | 0.81% | - |
| HSV(B) | 232.42º | 0.37% | 1% | - |
| XYZ | 47.3 | 44.2 | 100.65 | - |
| YUV | 177.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 255 | 0.37 | 0.33 | 0 | 0 | 232.42 | 1 | 0.81 |
| Hex | A0 | AC | FF | 25 | 21 | 0 | 0 | E8 | 64 | 51 |
| Octal | 240 | 254 | 377 | 45 | 41 | 0 | 0 | 350 | 144 | 121 |
| Binary | 10100000 | 10101100 | 11111111 | 100101 | 100001 | 0 | 0 | 11101000 | 1100100 | 1010001 |
Color Harmonies of #A0ACFF
Complementary color
Monochromatic Colors of #A0ACFF
Black with #A0ACFF
Text Example
Text Example
White with #A0ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACFF; }
p { color: rgb(160,172,255); }
H1.HeaderClassName
{
color: #A0ACFF;
}
.AnyTagClassName
{
color: #A0ACFF;
}
</style>
background-color css
<style>
a { background-color: #A0ACFF; }
a { background-color: rgb(160,172,255); }
div.DivClassName
{
background-color: #A0ACFF;
}
.BgClassName
{
background-color: #A0ACFF;
}
</style>
border-color css
<style>
span { border-color: #A0ACFF; }
span { border-color: rgb(160,172,255); }
td.TdClassName
{
border-color: #A0ACFF;
}
.TagClassName
{
border-color: #A0ACFF;
}
</style>