Shades of Perano #AEACEA
Tints of Perano #AEACEA
RGB
CMYK
RGB Variations
Color information
#AEACEA (or 0xAEACEA) is known color: Perano. HEX triplet: AE, AC and EA. RGB value is (174,172,234). Sum of RGB (Red+Green+Blue) = 174+172+234=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACEA is #515315. Grayscale: #B3B3B3. Windows color (decimal): -5329686 or 15379630. OLE color: 15379630.
HSL color Cylindrical-coordinate representation of color #AEACEA: hue angle of 241.94º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEACEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 172 | 234 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.08 |
| HSL | 241.94º | 0.6% | 0.8% | - |
| HSV(B) | 241.94º | 0.26% | 0.92% | - |
| XYZ | 47.06 | 44.44 | 83.94 | - |
| YUV | 179.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 234 | 0.26 | 0.26 | 0 | 0.08 | 241.94 | 0.6 | 0.8 |
| Hex | AE | AC | EA | 1A | 1A | 0 | 8 | F2 | 3C | 50 |
| Octal | 256 | 254 | 352 | 32 | 32 | 0 | 10 | 362 | 74 | 120 |
| Binary | 10101110 | 10101100 | 11101010 | 11010 | 11010 | 0 | 1000 | 11110010 | 111100 | 1010000 |
Color Harmonies of #AEACEA
Complementary color
Monochromatic Colors of #AEACEA
Black with #AEACEA
Text Example
Text Example
White with #AEACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACEA; }
p { color: rgb(174,172,234); }
H1.HeaderClassName
{
color: #AEACEA;
}
.AnyTagClassName
{
color: #AEACEA;
}
</style>
background-color css
<style>
a { background-color: #AEACEA; }
a { background-color: rgb(174,172,234); }
div.DivClassName
{
background-color: #AEACEA;
}
.BgClassName
{
background-color: #AEACEA;
}
</style>
border-color css
<style>
span { border-color: #AEACEA; }
span { border-color: rgb(174,172,234); }
td.TdClassName
{
border-color: #AEACEA;
}
.TagClassName
{
border-color: #AEACEA;
}
</style>