Shades of Perano #A3AAED
Tints of Perano #A3AAED
RGB
CMYK
RGB Variations
Color information
#A3AAED (or 0xA3AAED) is known color: Perano. HEX triplet: A3, AA and ED. RGB value is (163,170,237). Sum of RGB (Red+Green+Blue) = 163+170+237=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AAED is #5C5512. Grayscale: #AFAFAF. Windows color (decimal): -6051091 or 15575715. OLE color: 15575715.
HSL color Cylindrical-coordinate representation of color #A3AAED: hue angle of 234.32º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3AAED is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 170 | 237 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.07 |
| HSL | 234.32º | 0.67% | 0.78% | - |
| HSV(B) | 234.32º | 0.31% | 0.93% | - |
| XYZ | 44.77 | 42.65 | 85.99 | - |
| YUV | 175.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 237 | 0.31 | 0.28 | 0 | 0.07 | 234.32 | 0.67 | 0.78 |
| Hex | A3 | AA | ED | 1F | 1C | 0 | 7 | EA | 43 | 4E |
| Octal | 243 | 252 | 355 | 37 | 34 | 0 | 7 | 352 | 103 | 116 |
| Binary | 10100011 | 10101010 | 11101101 | 11111 | 11100 | 0 | 111 | 11101010 | 1000011 | 1001110 |
Color Harmonies of #A3AAED
Complementary color
Monochromatic Colors of #A3AAED
Black with #A3AAED
Text Example
Text Example
White with #A3AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AAED; }
p { color: rgb(163,170,237); }
H1.HeaderClassName
{
color: #A3AAED;
}
.AnyTagClassName
{
color: #A3AAED;
}
</style>
background-color css
<style>
a { background-color: #A3AAED; }
a { background-color: rgb(163,170,237); }
div.DivClassName
{
background-color: #A3AAED;
}
.BgClassName
{
background-color: #A3AAED;
}
</style>
border-color css
<style>
span { border-color: #A3AAED; }
span { border-color: rgb(163,170,237); }
td.TdClassName
{
border-color: #A3AAED;
}
.TagClassName
{
border-color: #A3AAED;
}
</style>