Shades of Perano #A3ACE4
Tints of Perano #A3ACE4
RGB
CMYK
RGB Variations
Color information
#A3ACE4 (or 0xA3ACE4) is known color: Perano. HEX triplet: A3, AC and E4. RGB value is (163,172,228). Sum of RGB (Red+Green+Blue) = 163+172+228=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #A3ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACE4 is #5C531B. Grayscale: #AFAFAF. Windows color (decimal): -6050588 or 14986403. OLE color: 14986403.
HSL color Cylindrical-coordinate representation of color #A3ACE4: hue angle of 231.69º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3ACE4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 172 | 228 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.11 |
| HSL | 231.69º | 0.55% | 0.77% | - |
| HSV(B) | 231.69º | 0.29% | 0.89% | - |
| XYZ | 43.86 | 42.89 | 79.37 | - |
| YUV | 175.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 228 | 0.29 | 0.25 | 0 | 0.11 | 231.69 | 0.55 | 0.77 |
| Hex | A3 | AC | E4 | 1D | 19 | 0 | B | E8 | 37 | 4D |
| Octal | 243 | 254 | 344 | 35 | 31 | 0 | 13 | 350 | 67 | 115 |
| Binary | 10100011 | 10101100 | 11100100 | 11101 | 11001 | 0 | 1011 | 11101000 | 110111 | 1001101 |
Color Harmonies of #A3ACE4
Complementary color
Monochromatic Colors of #A3ACE4
Black with #A3ACE4
Text Example
Text Example
White with #A3ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACE4; }
p { color: rgb(163,172,228); }
H1.HeaderClassName
{
color: #A3ACE4;
}
.AnyTagClassName
{
color: #A3ACE4;
}
</style>
background-color css
<style>
a { background-color: #A3ACE4; }
a { background-color: rgb(163,172,228); }
div.DivClassName
{
background-color: #A3ACE4;
}
.BgClassName
{
background-color: #A3ACE4;
}
</style>
border-color css
<style>
span { border-color: #A3ACE4; }
span { border-color: rgb(163,172,228); }
td.TdClassName
{
border-color: #A3ACE4;
}
.TagClassName
{
border-color: #A3ACE4;
}
</style>