#A47ABF

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

Shades of East Side #A47ABF

Tints of East Side #A47ABF

Color information

#A47ABF (or 0xA47ABF) is unknown color: approx East Side. HEX triplet: A4, 7A and BF. RGB value is (164,122,191). Sum of RGB (Red+Green+Blue) = 164+122+191=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #A47ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABF is #5B8540. Grayscale: #8E8E8E. Windows color (decimal): -5997889 or 12548772. OLE color: 12548772.

HSL color Cylindrical-coordinate representation of color #A47ABF: hue angle of 276.52º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A47ABF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164122191-
CMYK0.140.3600.25
HSL276.52º35.03%61.37%-
HSV(B)276.52º36.13%74.9%-
XYZ31.6725.5752.56-
YUV142.42155.41143.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 191 (75% from 255) = 40.04%
R=34.38%
G=25.58%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641221910.140.3600.25276.5235.0361.37
HexA47ABFE24019115233d
Octal24417227716440314254375
Binary101001001111010101111111110100100011001100010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ABF; }

 p { color: rgb(164,122,191); }

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

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

 a { background-color: rgb(164,122,191); }

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

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

 span { border-color: rgb(164,122,191); }

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