#A38DAE

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

Shades of East Side #A38DAE

Tints of East Side #A38DAE

Color information

#A38DAE (or 0xA38DAE) is unknown color: approx East Side. HEX triplet: A3, 8D and AE. RGB value is (163,141,174). Sum of RGB (Red+Green+Blue) = 163+141+174=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38DAE is #5C7251. Grayscale: #979797. Windows color (decimal): -6058578 or 11439523. OLE color: 11439523.

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

Color convert

RGB163141174-
CMYK0.060.1900.32
HSL280º16.92%61.76%-
HSV(B)280º18.97%68.24%-
XYZ32.2729.8944.11-
YUV151.34140.79136.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=34.10%
G=29.50%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631411740.060.1900.3228016.9261.76
HexA38DAE613020118113e
Octal2432152566230404302176
Binary10100011100011011010111011010011010000010001100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DAE; }

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

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

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

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

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

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

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

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