#A47BC3

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

Shades of East Side #A47BC3

Tints of East Side #A47BC3

Color information

#A47BC3 (or 0xA47BC3) is unknown color: approx East Side. HEX triplet: A4, 7B and C3. RGB value is (164,123,195). Sum of RGB (Red+Green+Blue) = 164+123+195=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #A47BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BC3 is #5B843C. Grayscale: #8F8F8F. Windows color (decimal): -5997629 or 12811172. OLE color: 12811172.

HSL color Cylindrical-coordinate representation of color #A47BC3: hue angle of 274.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47BC3 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164123195-
CMYK0.160.3700.24
HSL274.17º37.5%62.35%-
HSV(B)274.17º36.92%76.47%-
XYZ32.242654.95-
YUV143.47157.08142.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=34.02%
G=25.52%
B=40.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641231950.160.3700.24274.1737.562.35
HexA47BC31025018112263e
Octal24417330320450304224676
Binary1010010011110111100001110000100101011000100010010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BC3; }

 p { color: rgb(164,123,195); }

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

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

 a { background-color: rgb(164,123,195); }

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

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

 span { border-color: rgb(164,123,195); }

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