#A38FAB

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

Shades of East Side #A38FAB

Tints of East Side #A38FAB

Color information

#A38FAB (or 0xA38FAB) is unknown color: approx East Side. HEX triplet: A3, 8F and AB. RGB value is (163,143,171). Sum of RGB (Red+Green+Blue) = 163+143+171=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A38FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAB is #5C7054. Grayscale: #989898. Windows color (decimal): -6058069 or 11243427. OLE color: 11243427.

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

Color convert

RGB163143171-
CMYK0.050.1600.33
HSL282.86º14.29%61.57%-
HSV(B)282.86º16.37%67.06%-
XYZ32.2830.3742.69-
YUV152.17138.63135.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=34.17%
G=29.98%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631431710.050.1600.33282.8614.2961.57
HexA38FAB51002111be3e
Octal2432172535200414331676
Binary1010001110001111101010111011000001000011000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FAB; }

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

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

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

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

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

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

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

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