#A293AD

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

Shades of East Side #A293AD

Tints of East Side #A293AD

Color information

#A293AD (or 0xA293AD) is unknown color: approx East Side. HEX triplet: A2, 93 and AD. RGB value is (162,147,173). Sum of RGB (Red+Green+Blue) = 162+147+173=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A293AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A293AD is #5D6C52. Grayscale: #9A9A9A. Windows color (decimal): -6122579 or 11375522. OLE color: 11375522.

HSL color Cylindrical-coordinate representation of color #A293AD: hue angle of 274.62º 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 #A293AD is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162147173-
CMYK0.060.1500.32
HSL274.62º13.68%62.75%-
HSV(B)274.62º15.03%67.84%-
XYZ32.8831.5743.9-
YUV154.45138.47133.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=33.61%
G=30.50%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621471730.060.1500.32274.6213.6862.75
HexA293AD6F020113e3f
Octal2422232556170404231677
Binary101000101001001110101101110111101000001000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293AD; }

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

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

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

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

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

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

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

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