#A47ABE

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

Shades of East Side #A47ABE

Tints of East Side #A47ABE

Color information

#A47ABE (or 0xA47ABE) is unknown color: approx East Side. HEX triplet: A4, 7A and BE. RGB value is (164,122,190). Sum of RGB (Red+Green+Blue) = 164+122+190=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #A47ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABE is #5B8541. Grayscale: #8E8E8E. Windows color (decimal): -5997890 or 12483236. OLE color: 12483236.

HSL color Cylindrical-coordinate representation of color #A47ABE: hue angle of 277.06º degrees, saturation: 0.34, 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 #A47ABE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164122190-
CMYK0.140.3600.25
HSL277.06º34.34%61.18%-
HSV(B)277.06º35.79%74.51%-
XYZ31.5625.5351.98-
YUV142.31154.91143.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=34.45%
G=25.63%
B=39.92%

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
Decimal1641221900.140.3600.25277.0634.3461.18
HexA47ABEE24019115223d
Octal24417227616440314254275
Binary101001001111010101111101110100100011001100010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47ABE; }

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

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

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

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

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

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

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

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