#A38BAF

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

Shades of East Side #A38BAF

Tints of East Side #A38BAF

Color information

#A38BAF (or 0xA38BAF) is unknown color: approx East Side. HEX triplet: A3, 8B and AF. RGB value is (163,139,175). Sum of RGB (Red+Green+Blue) = 163+139+175=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAF is #5C7450. Grayscale: #969696. Windows color (decimal): -6059089 or 11504547. OLE color: 11504547.

HSL color Cylindrical-coordinate representation of color #A38BAF: hue angle of 280º degrees, saturation: 0.18, 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 #A38BAF is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163139175-
CMYK0.070.2100.31
HSL280º18.37%61.57%-
HSV(B)280º20.57%68.63%-
XYZ32.0729.3544.53-
YUV150.28141.95137.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=34.17%
G=29.14%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631391750.070.2100.3128018.3761.57
HexA38BAF71501F118123e
Octal2432132577250374302276
Binary1010001110001011101011111111010101111110001100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BAF; }

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

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

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

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

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

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

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

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