#A38BAC

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

Shades of East Side #A38BAC

Tints of East Side #A38BAC

Color information

#A38BAC (or 0xA38BAC) is unknown color: approx East Side. HEX triplet: A3, 8B and AC. RGB value is (163,139,172). Sum of RGB (Red+Green+Blue) = 163+139+172=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #A38BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAC is #5C7453. Grayscale: #959595. Windows color (decimal): -6059092 or 11307939. OLE color: 11307939.

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

Color convert

RGB163139172-
CMYK0.050.1900.33
HSL283.64º16.58%60.98%-
HSV(B)283.64º19.19%67.45%-
XYZ31.7829.2343-
YUV149.94140.45137.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=34.39%
G=29.32%
B=36.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631391720.050.1900.33283.6416.5860.98
HexA38BAC51302111c113d
Octal2432132545230414342175
Binary10100011100010111010110010110011010000110001110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BAC; }

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

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

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

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

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

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

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

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