#A3AAED

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

Shades of Perano #A3AAED

Tints of Perano #A3AAED

Color information

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

RGB163170237-
CMYK0.310.2800.07
HSL234.32º67.27%78.43%-
HSV(B)234.32º31.22%92.94%-
XYZ44.7742.6585.99-
YUV175.54162.68119.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=28.60%
G=29.82%
B=41.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631702370.310.2800.07234.3267.2778.43
HexA3AAED1F1C07ea434e
Octal243252355373407352103116
Binary101000111010101011101101111111110001111110101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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