#A38FAC

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

Shades of East Side #A38FAC

Tints of East Side #A38FAC

Color information

#A38FAC (or 0xA38FAC) is unknown color: approx East Side. HEX triplet: A3, 8F and AC. RGB value is (163,143,172). Sum of RGB (Red+Green+Blue) = 163+143+172=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A38FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAC is #5C7053. Grayscale: #989898. Windows color (decimal): -6058068 or 11308963. OLE color: 11308963.

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

Color convert

RGB163143172-
CMYK0.050.1700.33
HSL281.38º14.87%61.76%-
HSV(B)281.38º16.86%67.45%-
XYZ32.3730.4143.19-
YUV152.29139.13135.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=34.10%
G=29.92%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631431720.050.1700.33281.3814.8761.76
HexA38FAC511021119f3e
Octal2432172545210414311776
Binary1010001110001111101011001011000101000011000110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FAC; }

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

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

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

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

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

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

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

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