#A37FAF

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

Shades of East Side #A37FAF

Tints of East Side #A37FAF

Color information

#A37FAF (or 0xA37FAF) is unknown color: approx East Side. HEX triplet: A3, 7F and AF. RGB value is (163,127,175). Sum of RGB (Red+Green+Blue) = 163+127+175=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #A37FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FAF is #5C8050. Grayscale: #8F8F8F. Windows color (decimal): -6062161 or 11501475. OLE color: 11501475.

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

Color convert

RGB163127175-
CMYK0.070.2700.31
HSL285º23.08%59.22%-
HSV(B)285º27.43%68.63%-
XYZ30.4326.0643.98-
YUV143.24145.93142.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=35.05%
G=27.31%
B=37.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631271750.070.2700.3128523.0859.22
HexA37FAF71B01F11d173b
Octal2431772577330374352773
Binary101000111111111101011111111101101111110001110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FAF; }

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

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

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

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

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

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

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

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