Shades of Perano #AEACF5
Tints of Perano #AEACF5
RGB
CMYK
RGB Variations
Color information
#AEACF5 (or 0xAEACF5) is known color: Perano. HEX triplet: AE, AC and F5. RGB value is (174,172,245). Sum of RGB (Red+Green+Blue) = 174+172+245=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACF5 is #51530A. Grayscale: #B4B4B4. Windows color (decimal): -5329675 or 16100526. OLE color: 16100526.
HSL color Cylindrical-coordinate representation of color #AEACF5: hue angle of 241.64º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEACF5 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 172 | 245 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.04 |
| HSL | 241.64º | 0.78% | 0.82% | - |
| HSV(B) | 241.64º | 0.3% | 0.96% | - |
| XYZ | 48.69 | 45.1 | 92.52 | - |
| YUV | 180.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 245 | 0.29 | 0.30 | 0 | 0.04 | 241.64 | 0.78 | 0.82 |
| Hex | AE | AC | F5 | 1D | 1E | 0 | 4 | F2 | 4E | 52 |
| Octal | 256 | 254 | 365 | 35 | 36 | 0 | 4 | 362 | 116 | 122 |
| Binary | 10101110 | 10101100 | 11110101 | 11101 | 11110 | 0 | 100 | 11110010 | 1001110 | 1010010 |
Color Harmonies of #AEACF5
Complementary color
Monochromatic Colors of #AEACF5
Black with #AEACF5
Text Example
Text Example
White with #AEACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACF5; }
p { color: rgb(174,172,245); }
H1.HeaderClassName
{
color: #AEACF5;
}
.AnyTagClassName
{
color: #AEACF5;
}
</style>
background-color css
<style>
a { background-color: #AEACF5; }
a { background-color: rgb(174,172,245); }
div.DivClassName
{
background-color: #AEACF5;
}
.BgClassName
{
background-color: #AEACF5;
}
</style>
border-color css
<style>
span { border-color: #AEACF5; }
span { border-color: rgb(174,172,245); }
td.TdClassName
{
border-color: #AEACF5;
}
.TagClassName
{
border-color: #AEACF5;
}
</style>