#A294A9

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

Shades of East Side #A294A9

Tints of East Side #A294A9

Color information

#A294A9 (or 0xA294A9) is unknown color: approx East Side. HEX triplet: A2, 94 and A9. RGB value is (162,148,169). Sum of RGB (Red+Green+Blue) = 162+148+169=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #A294A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A9 is #5D6B56. Grayscale: #9A9A9A. Windows color (decimal): -6122327 or 11113634. OLE color: 11113634.

HSL color Cylindrical-coordinate representation of color #A294A9: hue angle of 280º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A294A9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB162148169-
CMYK0.040.1200.34
HSL280º10.88%62.16%-
HSV(B)280º12.43%66.27%-
XYZ32.6531.7341.94-
YUV154.58136.14133.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 169 (66.41% from 255) = 35.28%
R=33.82%
G=30.90%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621481690.040.1200.3428010.8862.16
HexA294A94C022118b3e
Octal2422242514140424301376
Binary101000101001010010101001100110001000101000110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294A9; }

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

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

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

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

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

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

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

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