Shades of Perano #A2ACF8
Tints of Perano #A2ACF8
RGB
CMYK
RGB Variations
Color information
#A2ACF8 (or 0xA2ACF8) is known color: Perano. HEX triplet: A2, AC and F8. RGB value is (162,172,248). Sum of RGB (Red+Green+Blue) = 162+172+248=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #A2ACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ACF8 is #5D5307. Grayscale: #B1B1B1. Windows color (decimal): -6116104 or 16297122. OLE color: 16297122.
HSL color Cylindrical-coordinate representation of color #A2ACF8: hue angle of 233.02º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2ACF8 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 172 | 248 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.03 |
| HSL | 233.02º | 0.86% | 0.8% | - |
| HSV(B) | 233.02º | 0.35% | 0.97% | - |
| XYZ | 46.6 | 43.96 | 94.84 | - |
| YUV | 177.67 | 167.69 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 248 | 0.35 | 0.31 | 0 | 0.03 | 233.02 | 0.86 | 0.8 |
| Hex | A2 | AC | F8 | 23 | 1F | 0 | 3 | E9 | 56 | 50 |
| Octal | 242 | 254 | 370 | 43 | 37 | 0 | 3 | 351 | 126 | 120 |
| Binary | 10100010 | 10101100 | 11111000 | 100011 | 11111 | 0 | 11 | 11101001 | 1010110 | 1010000 |
Color Harmonies of #A2ACF8
Complementary color
Monochromatic Colors of #A2ACF8
Black with #A2ACF8
Text Example
Text Example
White with #A2ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ACF8; }
p { color: rgb(162,172,248); }
H1.HeaderClassName
{
color: #A2ACF8;
}
.AnyTagClassName
{
color: #A2ACF8;
}
</style>
background-color css
<style>
a { background-color: #A2ACF8; }
a { background-color: rgb(162,172,248); }
div.DivClassName
{
background-color: #A2ACF8;
}
.BgClassName
{
background-color: #A2ACF8;
}
</style>
border-color css
<style>
span { border-color: #A2ACF8; }
span { border-color: rgb(162,172,248); }
td.TdClassName
{
border-color: #A2ACF8;
}
.TagClassName
{
border-color: #A2ACF8;
}
</style>