#A47CC3

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

Shades of East Side #A47CC3

Tints of East Side #A47CC3

Color information

#A47CC3 (or 0xA47CC3) is unknown color: approx East Side. HEX triplet: A4, 7C and C3. RGB value is (164,124,195). Sum of RGB (Red+Green+Blue) = 164+124+195=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #A47CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CC3 is #5B833C. Grayscale: #8F8F8F. Windows color (decimal): -5997373 or 12811428. OLE color: 12811428.

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

Color convert

RGB164124195-
CMYK0.160.3600.24
HSL273.8º37.17%62.55%-
HSV(B)273.8º36.41%76.47%-
XYZ32.3726.2554.99-
YUV144.05156.75142.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=33.95%
G=25.67%
B=40.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641241950.160.3600.24273.837.1762.55
HexA47CC31024018112253f
Octal24417430320440304224577
Binary1010010011111001100001110000100100011000100010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47CC3; }

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

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

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

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

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

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

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

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