#A38EAF

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

Shades of East Side #A38EAF

Tints of East Side #A38EAF

Color information

#A38EAF (or 0xA38EAF) is unknown color: approx East Side. HEX triplet: A3, 8E and AF. RGB value is (163,142,175). Sum of RGB (Red+Green+Blue) = 163+142+175=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EAF is #5C7150. Grayscale: #979797. Windows color (decimal): -6058321 or 11505315. OLE color: 11505315.

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

Color convert

RGB163142175-
CMYK0.070.1900.31
HSL278.18º17.1%62.16%-
HSV(B)278.18º18.86%68.63%-
XYZ32.5230.2344.68-
YUV152.04140.96135.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 142 (55.86% from 255) = 29.58%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=33.96%
G=29.58%
B=36.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631421750.070.1900.31278.1817.162.16
HexA38EAF71301F116113e
Octal2432162577230374262176
Binary1010001110001110101011111111001101111110001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EAF; }

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

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

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

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

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

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

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

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