#A38FAA

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

Shades of East Side #A38FAA

Tints of East Side #A38FAA

Color information

#A38FAA (or 0xA38FAA) is unknown color: approx East Side. HEX triplet: A3, 8F and AA. RGB value is (163,143,170). Sum of RGB (Red+Green+Blue) = 163+143+170=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAA is #5C7055. Grayscale: #979797. Windows color (decimal): -6058070 or 11177891. OLE color: 11177891.

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

Color convert

RGB163143170-
CMYK0.040.1600.33
HSL284.44º13.71%61.37%-
HSV(B)284.44º15.88%66.67%-
XYZ32.1830.3342.19-
YUV152.06138.13135.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=34.24%
G=30.04%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631431700.040.1600.33284.4413.7161.37
HexA38FAA41002111ce3d
Octal2432172524200414341675
Binary1010001110001111101010101001000001000011000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FAA; }

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

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

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

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

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

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

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

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