#A6AAEB

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

Shades of Perano #A6AAEB

Tints of Perano #A6AAEB

Color information

#A6AAEB (or 0xA6AAEB) is unknown color: approx Perano. HEX triplet: A6, AA and EB. RGB value is (166,170,235). Sum of RGB (Red+Green+Blue) = 166+170+235=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAEB is #595514. Grayscale: #AFAFAF. Windows color (decimal): -5854485 or 15444646. OLE color: 15444646.

HSL color Cylindrical-coordinate representation of color #A6AAEB: hue angle of 236.52º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AAEB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166170235-
CMYK0.290.2800.08
HSL236.52º63.3%78.63%-
HSV(B)236.52º29.36%92.16%-
XYZ45.142.8584.49-
YUV176.21161.17120.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=29.07%
G=29.77%
B=41.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661702350.290.2800.08236.5263.378.63
HexA6AAEB1D1C08ed3f4f
Octal246252353353401035577117
Binary101001101010101011101011111011110001000111011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAEB; }

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

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

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

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

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

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

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

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