#A6AEE5

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

Shades of Perano #A6AEE5

Tints of Perano #A6AEE5

Color information

#A6AEE5 (or 0xA6AEE5) is unknown color: approx Perano. HEX triplet: A6, AE and E5. RGB value is (166,174,229). Sum of RGB (Red+Green+Blue) = 166+174+229=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEE5 is #59511A. Grayscale: #B1B1B1. Windows color (decimal): -5853467 or 15052454. OLE color: 15052454.

HSL color Cylindrical-coordinate representation of color #A6AEE5: hue angle of 232.38º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AEE5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166174229-
CMYK0.280.2400.10
HSL232.38º54.78%77.45%-
HSV(B)232.38º27.51%89.8%-
XYZ4544.0480.26-
YUV177.88156.85119.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.17%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=29.17%
G=30.58%
B=40.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661742290.280.2400.10232.3854.7877.45
HexA6AEE51C180Ae8374d
Octal246256345343001235067115
Binary101001101010111011100101111001100001010111010001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEE5; }

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

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

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

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

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

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

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

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