#A38DB1

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

Shades of East Side #A38DB1

Tints of East Side #A38DB1

Color information

#A38DB1 (or 0xA38DB1) is unknown color: approx East Side. HEX triplet: A3, 8D and B1. RGB value is (163,141,177). Sum of RGB (Red+Green+Blue) = 163+141+177=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 177 - color contains mainly: blue. Hex color #A38DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DB1 is #5C724E. Grayscale: #979797. Windows color (decimal): -6058575 or 11636131. OLE color: 11636131.

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

Color convert

RGB163141177-
CMYK0.080.2000.31
HSL276.67º18.75%62.35%-
HSV(B)276.67º20.34%69.41%-
XYZ32.5630.0145.67-
YUV151.68142.29136.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 177 (69.53% from 255) = 36.80%
R=33.89%
G=29.31%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631411770.080.2000.31276.6718.7562.35
HexA38DB181401F115133e
Octal24321526110240374252376
Binary10100011100011011011000110001010001111110001010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DB1; }

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

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

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

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

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

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

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

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