Shades of Perano #A2ACF4
Tints of Perano #A2ACF4
RGB
CMYK
RGB Variations
Color information
#A2ACF4 (or 0xA2ACF4) is known color: Perano. HEX triplet: A2, AC and F4. RGB value is (162,172,244). Sum of RGB (Red+Green+Blue) = 162+172+244=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #A2ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ACF4 is #5D530B. Grayscale: #B0B0B0. Windows color (decimal): -6116108 or 16034978. OLE color: 16034978.
HSL color Cylindrical-coordinate representation of color #A2ACF4: hue angle of 232.68º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2ACF4 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 172 | 244 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.04 |
| HSL | 232.68º | 0.79% | 0.8% | - |
| HSV(B) | 232.68º | 0.34% | 0.96% | - |
| XYZ | 45.98 | 43.72 | 91.6 | - |
| YUV | 177.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 244 | 0.34 | 0.30 | 0 | 0.04 | 232.68 | 0.79 | 0.8 |
| Hex | A2 | AC | F4 | 22 | 1E | 0 | 4 | E9 | 4F | 50 |
| Octal | 242 | 254 | 364 | 42 | 36 | 0 | 4 | 351 | 117 | 120 |
| Binary | 10100010 | 10101100 | 11110100 | 100010 | 11110 | 0 | 100 | 11101001 | 1001111 | 1010000 |
Color Harmonies of #A2ACF4
Complementary color
Monochromatic Colors of #A2ACF4
Black with #A2ACF4
Text Example
Text Example
White with #A2ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACF4; }
p { color: rgb(162,172,244); }
H1.HeaderClassName
{
color: #A2ACF4;
}
.AnyTagClassName
{
color: #A2ACF4;
}
</style>
background-color css
<style>
a { background-color: #A2ACF4; }
a { background-color: rgb(162,172,244); }
div.DivClassName
{
background-color: #A2ACF4;
}
.BgClassName
{
background-color: #A2ACF4;
}
</style>
border-color css
<style>
span { border-color: #A2ACF4; }
span { border-color: rgb(162,172,244); }
td.TdClassName
{
border-color: #A2ACF4;
}
.TagClassName
{
border-color: #A2ACF4;
}
</style>