#A38FAE

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

Shades of East Side #A38FAE

Tints of East Side #A38FAE

Color information

#A38FAE (or 0xA38FAE) is unknown color: approx East Side. HEX triplet: A3, 8F and AE. RGB value is (163,143,174). Sum of RGB (Red+Green+Blue) = 163+143+174=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAE is #5C7051. Grayscale: #989898. Windows color (decimal): -6058066 or 11440035. OLE color: 11440035.

HSL color Cylindrical-coordinate representation of color #A38FAE: hue angle of 278.71º 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 #A38FAE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163143174-
CMYK0.060.1800.32
HSL278.71º16.06%62.16%-
HSV(B)278.71º17.82%68.24%-
XYZ32.5730.4944.21-
YUV152.51140.13135.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=33.96%
G=29.79%
B=36.25%

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
Decimal1631431740.060.1800.32278.7116.0662.16
HexA38FAE612020117103e
Octal2432172566220404272076
Binary10100011100011111010111011010010010000010001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FAE; }

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

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

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

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

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

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

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

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