Shades of Perano #AEACF1
Tints of Perano #AEACF1
RGB
CMYK
RGB Variations
Color information
#AEACF1 (or 0xAEACF1) is known color: Perano. HEX triplet: AE, AC and F1. RGB value is (174,172,241). Sum of RGB (Red+Green+Blue) = 174+172+241=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF1 is #51530E. Grayscale: #B4B4B4. Windows color (decimal): -5329679 or 15838382. OLE color: 15838382.
HSL color Cylindrical-coordinate representation of color #AEACF1: hue angle of 241.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEACF1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 172 | 241 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 241.74º | 0.71% | 0.81% | - |
| HSV(B) | 241.74º | 0.29% | 0.95% | - |
| XYZ | 48.09 | 44.85 | 89.34 | - |
| YUV | 180.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 241 | 0.28 | 0.29 | 0 | 0.05 | 241.74 | 0.71 | 0.81 |
| Hex | AE | AC | F1 | 1C | 1D | 0 | 5 | F2 | 47 | 51 |
| Octal | 256 | 254 | 361 | 34 | 35 | 0 | 5 | 362 | 107 | 121 |
| Binary | 10101110 | 10101100 | 11110001 | 11100 | 11101 | 0 | 101 | 11110010 | 1000111 | 1010001 |
Color Harmonies of #AEACF1
Complementary color
Monochromatic Colors of #AEACF1
Black with #AEACF1
Text Example
Text Example
White with #AEACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACF1; }
p { color: rgb(174,172,241); }
H1.HeaderClassName
{
color: #AEACF1;
}
.AnyTagClassName
{
color: #AEACF1;
}
</style>
background-color css
<style>
a { background-color: #AEACF1; }
a { background-color: rgb(174,172,241); }
div.DivClassName
{
background-color: #AEACF1;
}
.BgClassName
{
background-color: #AEACF1;
}
</style>
border-color css
<style>
span { border-color: #AEACF1; }
span { border-color: rgb(174,172,241); }
td.TdClassName
{
border-color: #AEACF1;
}
.TagClassName
{
border-color: #AEACF1;
}
</style>