#A294AE

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

Shades of East Side #A294AE

Tints of East Side #A294AE

Color information

#A294AE (or 0xA294AE) is unknown color: approx East Side. HEX triplet: A2, 94 and AE. RGB value is (162,148,174). Sum of RGB (Red+Green+Blue) = 162+148+174=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A294AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294AE is #5D6B51. Grayscale: #9B9B9B. Windows color (decimal): -6122322 or 11441314. OLE color: 11441314.

HSL color Cylindrical-coordinate representation of color #A294AE: hue angle of 272.31º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A294AE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162148174-
CMYK0.070.1500.32
HSL272.31º13.83%63.14%-
HSV(B)272.31º14.94%68.24%-
XYZ33.1331.9244.46-
YUV155.15138.64132.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 148 (58.20% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=33.47%
G=30.58%
B=35.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621481740.070.1500.32272.3113.8363.14
HexA294AE7F020110e3f
Octal2422242567170404201677
Binary101000101001010010101110111111101000001000100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294AE; }

 p { color: rgb(162,148,174); }

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

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

 a { background-color: rgb(162,148,174); }

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

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

 span { border-color: rgb(162,148,174); }

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