#A47ABB

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

Shades of East Side #A47ABB

Tints of East Side #A47ABB

Color information

#A47ABB (or 0xA47ABB) is unknown color: approx East Side. HEX triplet: A4, 7A and BB. RGB value is (164,122,187). Sum of RGB (Red+Green+Blue) = 164+122+187=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABB is #5B8544. Grayscale: #8D8D8D. Windows color (decimal): -5997893 or 12286628. OLE color: 12286628.

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

Color convert

RGB164122187-
CMYK0.120.3500.27
HSL278.77º32.34%60.59%-
HSV(B)278.77º34.76%73.33%-
XYZ31.2425.450.27-
YUV141.97153.41143.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 187 (73.44% from 255) = 39.53%
R=34.67%
G=25.79%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641221870.120.3500.27278.7732.3460.59
HexA47ABBC2301B117203d
Octal24417227314430334274075
Binary101001001111010101110111100100011011011100010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ABB; }

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

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

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

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

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

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

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

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