#A6AADE

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

Shades of Perano #A6AADE

Tints of Perano #A6AADE

Color information

#A6AADE (or 0xA6AADE) is unknown color: approx Perano. HEX triplet: A6, AA and DE. RGB value is (166,170,222). Sum of RGB (Red+Green+Blue) = 166+170+222=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AADE is #595521. Grayscale: #AEAEAE. Windows color (decimal): -5854498 or 14592678. OLE color: 14592678.

HSL color Cylindrical-coordinate representation of color #A6AADE: hue angle of 235.71º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AADE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166170222-
CMYK0.250.2300.13
HSL235.71º45.9%76.08%-
HSV(B)235.71º25.23%87.06%-
XYZ43.2942.1374.96-
YUV174.73154.67121.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=29.75%
G=30.47%
B=39.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661702220.250.2300.13235.7145.976.08
HexA6AADE19170Dec2e4c
Octal246252336312701535456114
Binary101001101010101011011110110011011101101111011001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AADE; }

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

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

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

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

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

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

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

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