Shades of Perano #ACAFE4
Tints of Perano #ACAFE4
RGB
CMYK
RGB Variations
Color information
#ACAFE4 (or 0xACAFE4) is known color: Perano. HEX triplet: AC, AF and E4. RGB value is (172,175,228). Sum of RGB (Red+Green+Blue) = 172+175+228=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFE4 is #53501B. Grayscale: #B3B3B3. Windows color (decimal): -5459996 or 14987180. OLE color: 14987180.
HSL color Cylindrical-coordinate representation of color #ACAFE4: hue angle of 236.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACAFE4 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 175 | 228 | - |
CMYK | 0.25 | 0.23 | 0 | 0.11 |
HSL | 236.79º | 0.51% | 0.78% | - |
HSV(B) | 236.79º | 0.25% | 0.89% | - |
XYZ | 46.35 | 45.03 | 79.65 | - |
YUV | 180.15 | 155.01 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 228 | 0.25 | 0.23 | 0 | 0.11 | 236.79 | 0.51 | 0.78 |
Hex | AC | AF | E4 | 19 | 17 | 0 | B | ED | 33 | 4E |
Octal | 254 | 257 | 344 | 31 | 27 | 0 | 13 | 355 | 63 | 116 |
Binary | 10101100 | 10101111 | 11100100 | 11001 | 10111 | 0 | 1011 | 11101101 | 110011 | 1001110 |
Color Harmonies of #ACAFE4
Complementary color
Monochromatic Colors of #ACAFE4
Black with #ACAFE4
Text Example
Text Example
White with #ACAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFE4; }
p { color: rgb(172,175,228); }
H1.HeaderClassName
{
color: #ACAFE4;
}
.AnyTagClassName
{
color: #ACAFE4;
}
</style>
background-color css
<style>
a { background-color: #ACAFE4; }
a { background-color: rgb(172,175,228); }
div.DivClassName
{
background-color: #ACAFE4;
}
.BgClassName
{
background-color: #ACAFE4;
}
</style>
border-color css
<style>
span { border-color: #ACAFE4; }
span { border-color: rgb(172,175,228); }
td.TdClassName
{
border-color: #ACAFE4;
}
.TagClassName
{
border-color: #ACAFE4;
}
</style>