Shades of Perano #A1ACF3
Tints of Perano #A1ACF3
RGB
CMYK
RGB Variations
Color information
#A1ACF3 (or 0xA1ACF3) is known color: Perano. HEX triplet: A1, AC and F3. RGB value is (161,172,243). Sum of RGB (Red+Green+Blue) = 161+172+243=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1ACF3 is #5E530C. Grayscale: #B0B0B0. Windows color (decimal): -6181645 or 15969441. OLE color: 15969441.
HSL color Cylindrical-coordinate representation of color #A1ACF3: hue angle of 231.95º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1ACF3 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 172 | 243 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.05 |
| HSL | 231.95º | 0.77% | 0.79% | - |
| HSV(B) | 231.95º | 0.34% | 0.95% | - |
| XYZ | 45.63 | 43.55 | 90.8 | - |
| YUV | 176.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 243 | 0.34 | 0.29 | 0 | 0.05 | 231.95 | 0.77 | 0.79 |
| Hex | A1 | AC | F3 | 22 | 1D | 0 | 5 | E8 | 4D | 4F |
| Octal | 241 | 254 | 363 | 42 | 35 | 0 | 5 | 350 | 115 | 117 |
| Binary | 10100001 | 10101100 | 11110011 | 100010 | 11101 | 0 | 101 | 11101000 | 1001101 | 1001111 |
Color Harmonies of #A1ACF3
Complementary color
Monochromatic Colors of #A1ACF3
Black with #A1ACF3
Text Example
Text Example
White with #A1ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACF3; }
p { color: rgb(161,172,243); }
H1.HeaderClassName
{
color: #A1ACF3;
}
.AnyTagClassName
{
color: #A1ACF3;
}
</style>
background-color css
<style>
a { background-color: #A1ACF3; }
a { background-color: rgb(161,172,243); }
div.DivClassName
{
background-color: #A1ACF3;
}
.BgClassName
{
background-color: #A1ACF3;
}
</style>
border-color css
<style>
span { border-color: #A1ACF3; }
span { border-color: rgb(161,172,243); }
td.TdClassName
{
border-color: #A1ACF3;
}
.TagClassName
{
border-color: #A1ACF3;
}
</style>