#A38BB2

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

Shades of East Side #A38BB2

Tints of East Side #A38BB2

Color information

#A38BB2 (or 0xA38BB2) is unknown color: approx East Side. HEX triplet: A3, 8B and B2. RGB value is (163,139,178). Sum of RGB (Red+Green+Blue) = 163+139+178=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: blue. Hex color #A38BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BB2 is #5C744D. Grayscale: #969696. Windows color (decimal): -6059086 or 11701155. OLE color: 11701155.

HSL color Cylindrical-coordinate representation of color #A38BB2: hue angle of 276.92º degrees, saturation: 0.2, 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 #A38BB2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB163139178-
CMYK0.080.2200.30
HSL276.92º20.21%62.16%-
HSV(B)276.92º21.91%69.8%-
XYZ32.3729.4746.1-
YUV150.62143.45136.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=33.96%
G=28.96%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631391780.080.2200.30276.9220.2162.16
HexA38BB281601E115143e
Octal24321326210260364252476
Binary10100011100010111011001010001011001111010001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BB2; }

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

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

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

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

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

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

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

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