Shades of Perano #A3AADE
Tints of Perano #A3AADE
RGB
CMYK
RGB Variations
Color information
#A3AADE (or 0xA3AADE) is known color: Perano. HEX triplet: A3, AA and DE. RGB value is (163,170,222). Sum of RGB (Red+Green+Blue) = 163+170+222=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AADE is #5C5521. Grayscale: #ADADAD. Windows color (decimal): -6051106 or 14592675. OLE color: 14592675.
HSL color Cylindrical-coordinate representation of color #A3AADE: hue angle of 232.88º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3AADE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 170 | 222 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.13 |
| HSL | 232.88º | 0.47% | 0.75% | - |
| HSV(B) | 232.88º | 0.27% | 0.87% | - |
| XYZ | 42.66 | 41.81 | 74.93 | - |
| YUV | 173.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 222 | 0.27 | 0.23 | 0 | 0.13 | 232.88 | 0.47 | 0.75 |
| Hex | A3 | AA | DE | 1B | 17 | 0 | D | E9 | 2F | 4B |
| Octal | 243 | 252 | 336 | 33 | 27 | 0 | 15 | 351 | 57 | 113 |
| Binary | 10100011 | 10101010 | 11011110 | 11011 | 10111 | 0 | 1101 | 11101001 | 101111 | 1001011 |
Color Harmonies of #A3AADE
Complementary color
Monochromatic Colors of #A3AADE
Black with #A3AADE
Text Example
Text Example
White with #A3AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AADE; }
p { color: rgb(163,170,222); }
H1.HeaderClassName
{
color: #A3AADE;
}
.AnyTagClassName
{
color: #A3AADE;
}
</style>
background-color css
<style>
a { background-color: #A3AADE; }
a { background-color: rgb(163,170,222); }
div.DivClassName
{
background-color: #A3AADE;
}
.BgClassName
{
background-color: #A3AADE;
}
</style>
border-color css
<style>
span { border-color: #A3AADE; }
span { border-color: rgb(163,170,222); }
td.TdClassName
{
border-color: #A3AADE;
}
.TagClassName
{
border-color: #A3AADE;
}
</style>