#A6AAEF

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

Shades of Perano #A6AAEF

Tints of Perano #A6AAEF

Color information

#A6AAEF (or 0xA6AAEF) is unknown color: approx Perano. HEX triplet: A6, AA and EF. RGB value is (166,170,239). Sum of RGB (Red+Green+Blue) = 166+170+239=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAEF is #595510. Grayscale: #B0B0B0. Windows color (decimal): -5854481 or 15706790. OLE color: 15706790.

HSL color Cylindrical-coordinate representation of color #A6AAEF: hue angle of 236.71º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6AAEF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166170239-
CMYK0.310.2900.06
HSL236.71º69.52%79.41%-
HSV(B)236.71º30.54%93.73%-
XYZ45.6843.0987.57-
YUV176.67163.17120.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=28.87%
G=29.57%
B=41.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661702390.310.2900.06236.7169.5279.41
HexA6AAEF1F1D06ed464f
Octal246252357373506355106117
Binary101001101010101011101111111111110101101110110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAEF; }

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

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

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

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

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

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

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

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