#A38FAF

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

Shades of East Side #A38FAF

Tints of East Side #A38FAF

Color information

#A38FAF (or 0xA38FAF) is unknown color: approx East Side. HEX triplet: A3, 8F and AF. RGB value is (163,143,175). Sum of RGB (Red+Green+Blue) = 163+143+175=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #A38FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAF is #5C7050. Grayscale: #989898. Windows color (decimal): -6058065 or 11505571. OLE color: 11505571.

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

Color convert

RGB163143175-
CMYK0.070.1800.31
HSL277.5º16.67%62.35%-
HSV(B)277.5º18.29%68.63%-
XYZ32.6630.5344.73-
YUV152.63140.63135.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=33.89%
G=29.73%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631431750.070.1800.31277.516.6762.35
HexA38FAF71201F116113e
Octal2432172577220374262176
Binary1010001110001111101011111111001001111110001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FAF; }

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

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

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

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

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

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

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

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