#A38DAB

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

Shades of East Side #A38DAB

Tints of East Side #A38DAB

Color information

#A38DAB (or 0xA38DAB) is unknown color: approx East Side. HEX triplet: A3, 8D and AB. RGB value is (163,141,171). Sum of RGB (Red+Green+Blue) = 163+141+171=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A38DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAB is #5C7254. Grayscale: #969696. Windows color (decimal): -6058581 or 11242915. OLE color: 11242915.

HSL color Cylindrical-coordinate representation of color #A38DAB: hue angle of 284º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38DAB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163141171-
CMYK0.050.1800.33
HSL284º15.15%61.18%-
HSV(B)284º17.54%67.06%-
XYZ31.9829.7842.59-
YUV151139.29136.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 171 (67.19% from 255) = 36%
R=34.32%
G=29.68%
B=36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631411710.050.1800.3328415.1561.18
HexA38DAB51202111cf3d
Octal2432152535220414341775
Binary1010001110001101101010111011001001000011000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DAB; }

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

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

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

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

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

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

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

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