#A6AAED

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

Shades of Perano #A6AAED

Tints of Perano #A6AAED

Color information

#A6AAED (or 0xA6AAED) is unknown color: approx Perano. HEX triplet: A6, AA and ED. RGB value is (166,170,237). Sum of RGB (Red+Green+Blue) = 166+170+237=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAED is #595512. Grayscale: #B0B0B0. Windows color (decimal): -5854483 or 15575718. OLE color: 15575718.

HSL color Cylindrical-coordinate representation of color #A6AAED: hue angle of 236.62º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AAED is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166170237-
CMYK0.300.2800.07
HSL236.62º66.36%79.02%-
HSV(B)236.62º29.96%92.94%-
XYZ45.3942.9786.02-
YUV176.44162.17120.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=28.97%
G=29.67%
B=41.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661702370.300.2800.07236.6266.3679.02
HexA6AAED1E1C07ed424f
Octal246252355363407355102117
Binary101001101010101011101101111101110001111110110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAED; }

 p { color: rgb(166,170,237); }

 H1.HeaderClassName
 {
   color: #A6AAED;
 }
 .AnyTagClassName
 {
   color: #A6AAED;
 }
</style>
background-color css

<style>
 a { background-color: #A6AAED; }

 a { background-color: rgb(166,170,237); }

 div.DivClassName
 {
   background-color: #A6AAED;
 }
 .BgClassName
 {
   background-color: #A6AAED;
 }
</style>
border-color css

<style>
 span { border-color: #A6AAED; }

 span { border-color: rgb(166,170,237); }

 td.TdClassName
 {
   border-color: #A6AAED;
 }
 .TagClassName
 {
   border-color: #A6AAED;
 }
</style>