#A9AAEC

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

Shades of Perano #A9AAEC

Tints of Perano #A9AAEC

Color information

#A9AAEC (or 0xA9AAEC) is unknown color: approx Perano. HEX triplet: A9, AA and EC. RGB value is (169,170,236). Sum of RGB (Red+Green+Blue) = 169+170+236=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAEC is #565513. Grayscale: #B0B0B0. Windows color (decimal): -5657876 or 15510185. OLE color: 15510185.

HSL color Cylindrical-coordinate representation of color #A9AAEC: hue angle of 239.1º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AAEC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169170236-
CMYK0.280.2800.07
HSL239.1º63.81%79.41%-
HSV(B)239.1º28.39%92.55%-
XYZ45.8843.2485.29-
YUV177.22161.17122.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=29.39%
G=29.57%
B=41.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691702360.280.2800.07239.163.8179.41
HexA9AAEC1C1C07ef404f
Octal251252354343407357100117
Binary101010011010101011101100111001110001111110111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAEC; }

 p { color: rgb(169,170,236); }

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

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

 a { background-color: rgb(169,170,236); }

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

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

 span { border-color: rgb(169,170,236); }

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