#A37AB8

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

Shades of East Side #A37AB8

Tints of East Side #A37AB8

Color information

#A37AB8 (or 0xA37AB8) is unknown color: approx East Side. HEX triplet: A3, 7A and B8. RGB value is (163,122,184). Sum of RGB (Red+Green+Blue) = 163+122+184=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 184 - color contains mainly: blue. Hex color #A37AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37AB8 is #5C8547. Grayscale: #8D8D8D. Windows color (decimal): -6063432 or 12090019. OLE color: 12090019.

HSL color Cylindrical-coordinate representation of color #A37AB8: hue angle of 279.68º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37AB8 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163122184-
CMYK0.110.3400.28
HSL279.68º30.39%60%-
HSV(B)279.68º33.7%72.16%-
XYZ30.7225.1748.59-
YUV141.33152.08143.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=34.75%
G=26.01%
B=39.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631221840.110.3400.28279.6830.3960
HexA37AB8B2201C1181e3c
Octal24317227013420344303674
Binary10100011111101010111000101110001001110010001100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37AB8; }

 p { color: rgb(163,122,184); }

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

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

 a { background-color: rgb(163,122,184); }

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

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

 span { border-color: rgb(163,122,184); }

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