Shades of Perano #A3AEE5
Tints of Perano #A3AEE5
RGB
CMYK
RGB Variations
Color information
#A3AEE5 (or 0xA3AEE5) is known color: Perano. HEX triplet: A3, AE and E5. RGB value is (163,174,229). Sum of RGB (Red+Green+Blue) = 163+174+229=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEE5 is #5C511A. Grayscale: #B0B0B0. Windows color (decimal): -6050075 or 15052451. OLE color: 15052451.
HSL color Cylindrical-coordinate representation of color #A3AEE5: hue angle of 230º degrees, saturation: 0.56, 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 #A3AEE5 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 174 | 229 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.10 |
| HSL | 230º | 0.56% | 0.77% | - |
| HSV(B) | 230º | 0.29% | 0.9% | - |
| XYZ | 44.38 | 43.72 | 80.23 | - |
| YUV | 176.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 229 | 0.29 | 0.24 | 0 | 0.10 | 230 | 0.56 | 0.77 |
| Hex | A3 | AE | E5 | 1D | 18 | 0 | A | E6 | 38 | 4D |
| Octal | 243 | 256 | 345 | 35 | 30 | 0 | 12 | 346 | 70 | 115 |
| Binary | 10100011 | 10101110 | 11100101 | 11101 | 11000 | 0 | 1010 | 11100110 | 111000 | 1001101 |
Color Harmonies of #A3AEE5
Complementary color
Monochromatic Colors of #A3AEE5
Black with #A3AEE5
Text Example
Text Example
White with #A3AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEE5; }
p { color: rgb(163,174,229); }
H1.HeaderClassName
{
color: #A3AEE5;
}
.AnyTagClassName
{
color: #A3AEE5;
}
</style>
background-color css
<style>
a { background-color: #A3AEE5; }
a { background-color: rgb(163,174,229); }
div.DivClassName
{
background-color: #A3AEE5;
}
.BgClassName
{
background-color: #A3AEE5;
}
</style>
border-color css
<style>
span { border-color: #A3AEE5; }
span { border-color: rgb(163,174,229); }
td.TdClassName
{
border-color: #A3AEE5;
}
.TagClassName
{
border-color: #A3AEE5;
}
</style>