#A17EB3

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

Shades of East Side #A17EB3

Tints of East Side #A17EB3

Color information

#A17EB3 (or 0xA17EB3) is unknown color: approx East Side. HEX triplet: A1, 7E and B3. RGB value is (161,126,179). Sum of RGB (Red+Green+Blue) = 161+126+179=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #A17EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17EB3 is #5E814C. Grayscale: #8E8E8E. Windows color (decimal): -6193485 or 11763361. OLE color: 11763361.

HSL color Cylindrical-coordinate representation of color #A17EB3: hue angle of 279.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17EB3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161126179-
CMYK0.100.3000.30
HSL279.62º25.85%59.8%-
HSV(B)279.62º29.61%70.2%-
XYZ30.325.7546.02-
YUV142.51148.6141.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=34.55%
G=27.04%
B=38.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611261790.100.3000.30279.6225.8559.8
HexA17EB3A1E01E1181a3c
Octal24117626312360364303274
Binary1010000111111101011001110101111001111010001100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17EB3; }

 p { color: rgb(161,126,179); }

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

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

 a { background-color: rgb(161,126,179); }

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

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

 span { border-color: rgb(161,126,179); }

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