#A193AA

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

Shades of East Side #A193AA

Tints of East Side #A193AA

Color information

#A193AA (or 0xA193AA) is unknown color: approx East Side. HEX triplet: A1, 93 and AA. RGB value is (161,147,170). Sum of RGB (Red+Green+Blue) = 161+147+170=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A193AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193AA is #5E6C55. Grayscale: #999999. Windows color (decimal): -6188118 or 11178913. OLE color: 11178913.

HSL color Cylindrical-coordinate representation of color #A193AA: hue angle of 276.52º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A193AA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161147170-
CMYK0.050.1400.33
HSL276.52º11.92%62.16%-
HSV(B)276.52º13.53%66.67%-
XYZ32.3931.3542.37-
YUV153.81137.14133.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=33.68%
G=30.75%
B=35.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611471700.050.1400.33276.5211.9262.16
HexA193AA5E021115c3e
Octal2412232525160414251476
Binary101000011001001110101010101111001000011000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193AA; }

 p { color: rgb(161,147,170); }

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

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

 a { background-color: rgb(161,147,170); }

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

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

 span { border-color: rgb(161,147,170); }

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