Shades of Perano #ACAEEA
Tints of Perano #ACAEEA
RGB
CMYK
RGB Variations
Color information
#ACAEEA (or 0xACAEEA) is known color: Perano. HEX triplet: AC, AE and EA. RGB value is (172,174,234). Sum of RGB (Red+Green+Blue) = 172+174+234=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 174 (68.36% from 255 or 30% 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 #ACAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEEA is #535115. Grayscale: #B4B4B4. Windows color (decimal): -5460246 or 15380140. OLE color: 15380140.
HSL color Cylindrical-coordinate representation of color #ACAEEA: hue angle of 238.06º 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 #ACAEEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 174 | 234 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.08 |
| HSL | 238.06º | 0.6% | 0.8% | - |
| HSV(B) | 238.06º | 0.26% | 0.92% | - |
| XYZ | 47 | 44.98 | 84.05 | - |
| YUV | 180.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 234 | 0.26 | 0.26 | 0 | 0.08 | 238.06 | 0.6 | 0.8 |
| Hex | AC | AE | EA | 1A | 1A | 0 | 8 | EE | 3C | 50 |
| Octal | 254 | 256 | 352 | 32 | 32 | 0 | 10 | 356 | 74 | 120 |
| Binary | 10101100 | 10101110 | 11101010 | 11010 | 11010 | 0 | 1000 | 11101110 | 111100 | 1010000 |
Color Harmonies of #ACAEEA
Complementary color
Monochromatic Colors of #ACAEEA
Black with #ACAEEA
Text Example
Text Example
White with #ACAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEEA; }
p { color: rgb(172,174,234); }
H1.HeaderClassName
{
color: #ACAEEA;
}
.AnyTagClassName
{
color: #ACAEEA;
}
</style>
background-color css
<style>
a { background-color: #ACAEEA; }
a { background-color: rgb(172,174,234); }
div.DivClassName
{
background-color: #ACAEEA;
}
.BgClassName
{
background-color: #ACAEEA;
}
</style>
border-color css
<style>
span { border-color: #ACAEEA; }
span { border-color: rgb(172,174,234); }
td.TdClassName
{
border-color: #ACAEEA;
}
.TagClassName
{
border-color: #ACAEEA;
}
</style>