#A294AD

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

Shades of East Side #A294AD

Tints of East Side #A294AD

Color information

#A294AD (or 0xA294AD) is unknown color: approx East Side. HEX triplet: A2, 94 and AD. RGB value is (162,148,173). Sum of RGB (Red+Green+Blue) = 162+148+173=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A294AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294AD is #5D6B52. Grayscale: #9A9A9A. Windows color (decimal): -6122323 or 11375778. OLE color: 11375778.

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

Color convert

RGB162148173-
CMYK0.060.1400.32
HSL273.6º13.23%62.94%-
HSV(B)273.6º14.45%67.84%-
XYZ33.0331.8843.95-
YUV155.04138.14132.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=33.54%
G=30.64%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621481730.060.1400.32273.613.2362.94
HexA294AD6E020112d3f
Octal2422242556160404221577
Binary101000101001010010101101110111001000001000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294AD; }

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

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

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

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

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

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

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

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