#A6AEED

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

Shades of Perano #A6AEED

Tints of Perano #A6AEED

Color information

#A6AEED (or 0xA6AEED) is unknown color: approx Perano. HEX triplet: A6, AE and ED. RGB value is (166,174,237). Sum of RGB (Red+Green+Blue) = 166+174+237=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AEED is #595112. Grayscale: #B2B2B2. Windows color (decimal): -5853459 or 15576742. OLE color: 15576742.

HSL color Cylindrical-coordinate representation of color #A6AEED: hue angle of 233.24º 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 #A6AEED is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166174237-
CMYK0.300.2700.07
HSL233.24º66.36%79.02%-
HSV(B)233.24º29.96%92.94%-
XYZ46.1544.4986.28-
YUV178.79160.85118.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=28.77%
G=30.16%
B=41.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661742370.300.2700.07233.2466.3679.02
HexA6AEED1E1B07e9424f
Octal246256355363307351102117
Binary101001101010111011101101111101101101111110100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEED; }

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

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

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

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

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

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

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

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