#A3AADE

Color #A3AADE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A3AADE

Tints of Perano #A3AADE

Color information

#A3AADE (or 0xA3AADE) is unknown color: approx 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

RGB163170222-
CMYK0.270.2300.13
HSL232.88º47.2%75.49%-
HSV(B)232.88º26.58%87.06%-
XYZ42.6641.8174.93-
YUV173.83155.18120.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 222 (87.11% from 255) = 40%
R=29.37%
G=30.63%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631702220.270.2300.13232.8847.275.49
HexA3AADE1B170De92f4b
Octal243252336332701535157113
Binary101000111010101011011110110111011101101111010011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>