#A193AD

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

Shades of East Side #A193AD

Tints of East Side #A193AD

Color information

#A193AD (or 0xA193AD) is unknown color: approx East Side. HEX triplet: A1, 93 and AD. RGB value is (161,147,173). Sum of RGB (Red+Green+Blue) = 161+147+173=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A193AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193AD is #5E6C52. Grayscale: #9A9A9A. Windows color (decimal): -6188115 or 11375521. OLE color: 11375521.

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

Color convert

RGB161147173-
CMYK0.070.1500.32
HSL272.31º13.68%62.75%-
HSV(B)272.31º15.03%67.84%-
XYZ32.6731.4643.89-
YUV154.15138.64132.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=33.47%
G=30.56%
B=35.97%

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
Decimal1611471730.070.1500.32272.3113.6862.75
HexA193AD7F020110e3f
Octal2412232557170404201677
Binary101000011001001110101101111111101000001000100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193AD; }

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

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

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

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

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

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

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

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