#A47DC1

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

Shades of East Side #A47DC1

Tints of East Side #A47DC1

Color information

#A47DC1 (or 0xA47DC1) is unknown color: approx East Side. HEX triplet: A4, 7D and C1. RGB value is (164,125,193). Sum of RGB (Red+Green+Blue) = 164+125+193=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A47DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DC1 is #5B823E. Grayscale: #909090. Windows color (decimal): -5997119 or 12680612. OLE color: 12680612.

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

Color convert

RGB164125193-
CMYK0.150.3500.24
HSL274.41º35.42%62.35%-
HSV(B)274.41º35.23%75.69%-
XYZ32.2726.4153.85-
YUV144.41155.42141.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=34.02%
G=25.93%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641251930.150.3500.24274.4135.4262.35
HexA47DC1F23018112233e
Octal24417530117430304224376
Binary101001001111101110000011111100011011000100010010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DC1; }

 p { color: rgb(164,125,193); }

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

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

 a { background-color: rgb(164,125,193); }

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

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

 span { border-color: rgb(164,125,193); }

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