#A0AEE9

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

Shades of Perano #A0AEE9

Tints of Perano #A0AEE9

Color information

#A0AEE9 (or 0xA0AEE9) is unknown color: approx Perano. HEX triplet: A0, AE and E9. RGB value is (160,174,233). Sum of RGB (Red+Green+Blue) = 160+174+233=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0AEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AEE9 is #5F5116. Grayscale: #B0B0B0. Windows color (decimal): -6246679 or 15314592. OLE color: 15314592.

HSL color Cylindrical-coordinate representation of color #A0AEE9: hue angle of 228.49º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AEE9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB160174233-
CMYK0.310.2500.09
HSL228.49º62.39%77.06%-
HSV(B)228.49º31.33%91.37%-
XYZ44.3443.6383.17-
YUV176.54159.86116.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=28.22%
G=30.69%
B=41.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1601742330.310.2500.09228.4962.3977.06
HexA0AEE91F1909e43e4d
Octal240256351373101134476115
Binary101000001010111011101001111111100101001111001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEE9; }

 p { color: rgb(160,174,233); }

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

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

 a { background-color: rgb(160,174,233); }

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

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

 span { border-color: rgb(160,174,233); }

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