Shades of Perano #A3AAE7
Tints of Perano #A3AAE7
RGB
CMYK
RGB Variations
Color information
#A3AAE7 (or 0xA3AAE7) is known color: Perano. HEX triplet: A3, AA and E7. RGB value is (163,170,231). Sum of RGB (Red+Green+Blue) = 163+170+231=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AAE7 is #5C5518. Grayscale: #AEAEAE. Windows color (decimal): -6051097 or 15182499. OLE color: 15182499.
HSL color Cylindrical-coordinate representation of color #A3AAE7: hue angle of 233.82º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3AAE7 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 170 | 231 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.09 |
| HSL | 233.82º | 0.59% | 0.77% | - |
| HSV(B) | 233.82º | 0.29% | 0.91% | - |
| XYZ | 43.9 | 42.31 | 81.45 | - |
| YUV | 174.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 231 | 0.29 | 0.26 | 0 | 0.09 | 233.82 | 0.59 | 0.77 |
| Hex | A3 | AA | E7 | 1D | 1A | 0 | 9 | EA | 3B | 4D |
| Octal | 243 | 252 | 347 | 35 | 32 | 0 | 11 | 352 | 73 | 115 |
| Binary | 10100011 | 10101010 | 11100111 | 11101 | 11010 | 0 | 1001 | 11101010 | 111011 | 1001101 |
Color Harmonies of #A3AAE7
Complementary color
Monochromatic Colors of #A3AAE7
Black with #A3AAE7
Text Example
Text Example
White with #A3AAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AAE7; }
p { color: rgb(163,170,231); }
H1.HeaderClassName
{
color: #A3AAE7;
}
.AnyTagClassName
{
color: #A3AAE7;
}
</style>
background-color css
<style>
a { background-color: #A3AAE7; }
a { background-color: rgb(163,170,231); }
div.DivClassName
{
background-color: #A3AAE7;
}
.BgClassName
{
background-color: #A3AAE7;
}
</style>
border-color css
<style>
span { border-color: #A3AAE7; }
span { border-color: rgb(163,170,231); }
td.TdClassName
{
border-color: #A3AAE7;
}
.TagClassName
{
border-color: #A3AAE7;
}
</style>