#A47BBA

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

Shades of East Side #A47BBA

Tints of East Side #A47BBA

Color information

#A47BBA (or 0xA47BBA) is unknown color: approx East Side. HEX triplet: A4, 7B and BA. RGB value is (164,123,186). Sum of RGB (Red+Green+Blue) = 164+123+186=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A47BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BBA is #5B8445. Grayscale: #8E8E8E. Windows color (decimal): -5997638 or 12221348. OLE color: 12221348.

HSL color Cylindrical-coordinate representation of color #A47BBA: hue angle of 279.05º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A47BBA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164123186-
CMYK0.120.3400.27
HSL279.05º31.34%60.59%-
HSV(B)279.05º33.87%72.94%-
XYZ31.2625.649.75-
YUV142.44152.58143.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=34.67%
G=26.00%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641231860.120.3400.27279.0531.3460.59
HexA47BBAC2201B1171f3d
Octal24417327214420334273775
Binary10100100111101110111010110010001001101110001011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BBA; }

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

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

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

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

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

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

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

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