#A38AB5

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

Shades of East Side #A38AB5

Tints of East Side #A38AB5

Color information

#A38AB5 (or 0xA38AB5) is unknown color: approx East Side. HEX triplet: A3, 8A and B5. RGB value is (163,138,181). Sum of RGB (Red+Green+Blue) = 163+138+181=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #A38AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AB5 is #5C754A. Grayscale: #969696. Windows color (decimal): -6059339 or 11897507. OLE color: 11897507.

HSL color Cylindrical-coordinate representation of color #A38AB5: hue angle of 274.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38AB5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163138181-
CMYK0.100.2400.29
HSL274.88º22.51%62.55%-
HSV(B)274.88º23.76%70.98%-
XYZ32.5329.347.66-
YUV150.38145.28137-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=33.82%
G=28.63%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631381810.100.2400.29274.8822.5162.55
HexA38AB5A1801D113173f
Octal24321226512300354232777
Binary10100011100010101011010110101100001110110001001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AB5; }

 p { color: rgb(163,138,181); }

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

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

 a { background-color: rgb(163,138,181); }

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

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

 span { border-color: rgb(163,138,181); }

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