Shades of Perano #A3AAE6
Tints of Perano #A3AAE6
RGB
CMYK
RGB Variations
Color information
#A3AAE6 (or 0xA3AAE6) is known color: Perano. HEX triplet: A3, AA and E6. RGB value is (163,170,230). Sum of RGB (Red+Green+Blue) = 163+170+230=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #A3AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AAE6 is #5C5519. Grayscale: #AEAEAE. Windows color (decimal): -6051098 or 15116963. OLE color: 15116963.
HSL color Cylindrical-coordinate representation of color #A3AAE6: hue angle of 233.73º 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 #A3AAE6 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 170 | 230 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.10 |
| HSL | 233.73º | 0.57% | 0.77% | - |
| HSV(B) | 233.73º | 0.29% | 0.9% | - |
| XYZ | 43.76 | 42.25 | 80.71 | - |
| YUV | 174.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 230 | 0.29 | 0.26 | 0 | 0.10 | 233.73 | 0.57 | 0.77 |
| Hex | A3 | AA | E6 | 1D | 1A | 0 | A | EA | 39 | 4D |
| Octal | 243 | 252 | 346 | 35 | 32 | 0 | 12 | 352 | 71 | 115 |
| Binary | 10100011 | 10101010 | 11100110 | 11101 | 11010 | 0 | 1010 | 11101010 | 111001 | 1001101 |
Color Harmonies of #A3AAE6
Complementary color
Monochromatic Colors of #A3AAE6
Black with #A3AAE6
Text Example
Text Example
White with #A3AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AAE6; }
p { color: rgb(163,170,230); }
H1.HeaderClassName
{
color: #A3AAE6;
}
.AnyTagClassName
{
color: #A3AAE6;
}
</style>
background-color css
<style>
a { background-color: #A3AAE6; }
a { background-color: rgb(163,170,230); }
div.DivClassName
{
background-color: #A3AAE6;
}
.BgClassName
{
background-color: #A3AAE6;
}
</style>
border-color css
<style>
span { border-color: #A3AAE6; }
span { border-color: rgb(163,170,230); }
td.TdClassName
{
border-color: #A3AAE6;
}
.TagClassName
{
border-color: #A3AAE6;
}
</style>