#A38BB3

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

Shades of East Side #A38BB3

Tints of East Side #A38BB3

Color information

#A38BB3 (or 0xA38BB3) is unknown color: approx East Side. HEX triplet: A3, 8B and B3. RGB value is (163,139,179). Sum of RGB (Red+Green+Blue) = 163+139+179=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #A38BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BB3 is #5C744C. Grayscale: #969696. Windows color (decimal): -6059085 or 11766691. OLE color: 11766691.

HSL color Cylindrical-coordinate representation of color #A38BB3: hue angle of 276º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38BB3 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163139179-
CMYK0.090.2200.30
HSL276º20.83%62.35%-
HSV(B)276º22.35%70.2%-
XYZ32.4729.5146.63-
YUV150.74143.95136.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 139 (54.69% from 255) = 28.90%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=33.89%
G=28.90%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631391790.090.2200.3027620.8362.35
HexA38BB391601E114153e
Octal24321326311260364242576
Binary10100011100010111011001110011011001111010001010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BB3; }

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

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

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

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

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

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

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

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