#A38DAD

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

Shades of East Side #A38DAD

Tints of East Side #A38DAD

Color information

#A38DAD (or 0xA38DAD) is unknown color: approx East Side. HEX triplet: A3, 8D and AD. RGB value is (163,141,173). Sum of RGB (Red+Green+Blue) = 163+141+173=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAD is #5C7252. Grayscale: #979797. Windows color (decimal): -6058579 or 11373987. OLE color: 11373987.

HSL color Cylindrical-coordinate representation of color #A38DAD: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A38DAD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163141173-
CMYK0.060.1800.32
HSL281.25º16.33%61.57%-
HSV(B)281.25º18.5%67.84%-
XYZ32.1729.8543.6-
YUV151.23140.29136.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=34.17%
G=29.56%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631411730.060.1800.32281.2516.3361.57
HexA38DAD612020119103e
Octal2432152556220404312076
Binary10100011100011011010110111010010010000010001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DAD; }

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

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

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

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

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

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

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

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