#A38BB1

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

Shades of East Side #A38BB1

Tints of East Side #A38BB1

Color information

#A38BB1 (or 0xA38BB1) is unknown color: approx East Side. HEX triplet: A3, 8B and B1. RGB value is (163,139,177). Sum of RGB (Red+Green+Blue) = 163+139+177=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 177 - color contains mainly: blue. Hex color #A38BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BB1 is #5C744E. Grayscale: #969696. Windows color (decimal): -6059087 or 11635619. OLE color: 11635619.

HSL color Cylindrical-coordinate representation of color #A38BB1: hue angle of 277.89º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38BB1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163139177-
CMYK0.080.2100.31
HSL277.89º19.59%61.96%-
HSV(B)277.89º21.47%69.41%-
XYZ32.2729.4345.57-
YUV150.51142.95136.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=34.03%
G=29.02%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631391770.080.2100.31277.8919.5961.96
HexA38BB181501F116143e
Octal24321326110250374262476
Binary10100011100010111011000110001010101111110001011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BB1; }

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

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

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

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

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

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

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

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