Shades of Perano #A2ACF0
Tints of Perano #A2ACF0
RGB
CMYK
RGB Variations
Color information
#A2ACF0 (or 0xA2ACF0) is known color: Perano. HEX triplet: A2, AC and F0. RGB value is (162,172,240). Sum of RGB (Red+Green+Blue) = 162+172+240=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #A2ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ACF0 is #5D530F. Grayscale: #B0B0B0. Windows color (decimal): -6116112 or 15772834. OLE color: 15772834.
HSL color Cylindrical-coordinate representation of color #A2ACF0: hue angle of 232.31º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2ACF0 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 172 | 240 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.06 |
| HSL | 232.31º | 0.72% | 0.79% | - |
| HSV(B) | 232.31º | 0.33% | 0.94% | - |
| XYZ | 45.38 | 43.48 | 88.44 | - |
| YUV | 176.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 240 | 0.32 | 0.28 | 0 | 0.06 | 232.31 | 0.72 | 0.79 |
| Hex | A2 | AC | F0 | 20 | 1C | 0 | 6 | E8 | 48 | 4F |
| Octal | 242 | 254 | 360 | 40 | 34 | 0 | 6 | 350 | 110 | 117 |
| Binary | 10100010 | 10101100 | 11110000 | 100000 | 11100 | 0 | 110 | 11101000 | 1001000 | 1001111 |
Color Harmonies of #A2ACF0
Complementary color
Monochromatic Colors of #A2ACF0
Black with #A2ACF0
Text Example
Text Example
White with #A2ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACF0; }
p { color: rgb(162,172,240); }
H1.HeaderClassName
{
color: #A2ACF0;
}
.AnyTagClassName
{
color: #A2ACF0;
}
</style>
background-color css
<style>
a { background-color: #A2ACF0; }
a { background-color: rgb(162,172,240); }
div.DivClassName
{
background-color: #A2ACF0;
}
.BgClassName
{
background-color: #A2ACF0;
}
</style>
border-color css
<style>
span { border-color: #A2ACF0; }
span { border-color: rgb(162,172,240); }
td.TdClassName
{
border-color: #A2ACF0;
}
.TagClassName
{
border-color: #A2ACF0;
}
</style>