#A38BAE

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

Shades of East Side #A38BAE

Tints of East Side #A38BAE

Color information

#A38BAE (or 0xA38BAE) is unknown color: approx East Side. HEX triplet: A3, 8B and AE. RGB value is (163,139,174). Sum of RGB (Red+Green+Blue) = 163+139+174=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAE is #5C7451. Grayscale: #969696. Windows color (decimal): -6059090 or 11439011. OLE color: 11439011.

HSL color Cylindrical-coordinate representation of color #A38BAE: hue angle of 281.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38BAE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163139174-
CMYK0.060.2000.32
HSL281.14º17.77%61.37%-
HSV(B)281.14º20.11%68.24%-
XYZ31.9829.3144.02-
YUV150.17141.45137.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=34.24%
G=29.20%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631391740.060.2000.32281.1417.7761.37
HexA38BAE614020119123d
Octal2432132566240404312275
Binary10100011100010111010111011010100010000010001100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BAE; }

 p { color: rgb(163,139,174); }

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

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

 a { background-color: rgb(163,139,174); }

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

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

 span { border-color: rgb(163,139,174); }

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