Shades of Perano #A3ACE6
Tints of Perano #A3ACE6
RGB
CMYK
RGB Variations
Color information
#A3ACE6 (or 0xA3ACE6) is known color: Perano. HEX triplet: A3, AC and E6. RGB value is (163,172,230). Sum of RGB (Red+Green+Blue) = 163+172+230=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ACE6 is #5C5319. Grayscale: #AFAFAF. Windows color (decimal): -6050586 or 15117475. OLE color: 15117475.
HSL color Cylindrical-coordinate representation of color #A3ACE6: hue angle of 231.94º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3ACE6 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 172 | 230 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.10 |
| HSL | 231.94º | 0.57% | 0.77% | - |
| HSV(B) | 231.94º | 0.29% | 0.9% | - |
| XYZ | 44.14 | 43 | 80.84 | - |
| YUV | 175.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 230 | 0.29 | 0.25 | 0 | 0.10 | 231.94 | 0.57 | 0.77 |
| Hex | A3 | AC | E6 | 1D | 19 | 0 | A | E8 | 39 | 4D |
| Octal | 243 | 254 | 346 | 35 | 31 | 0 | 12 | 350 | 71 | 115 |
| Binary | 10100011 | 10101100 | 11100110 | 11101 | 11001 | 0 | 1010 | 11101000 | 111001 | 1001101 |
Color Harmonies of #A3ACE6
Complementary color
Monochromatic Colors of #A3ACE6
Black with #A3ACE6
Text Example
Text Example
White with #A3ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACE6; }
p { color: rgb(163,172,230); }
H1.HeaderClassName
{
color: #A3ACE6;
}
.AnyTagClassName
{
color: #A3ACE6;
}
</style>
background-color css
<style>
a { background-color: #A3ACE6; }
a { background-color: rgb(163,172,230); }
div.DivClassName
{
background-color: #A3ACE6;
}
.BgClassName
{
background-color: #A3ACE6;
}
</style>
border-color css
<style>
span { border-color: #A3ACE6; }
span { border-color: rgb(163,172,230); }
td.TdClassName
{
border-color: #A3ACE6;
}
.TagClassName
{
border-color: #A3ACE6;
}
</style>