#A47DBE

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

Shades of East Side #A47DBE

Tints of East Side #A47DBE

Color information

#A47DBE (or 0xA47DBE) is unknown color: approx East Side. HEX triplet: A4, 7D and BE. RGB value is (164,125,190). Sum of RGB (Red+Green+Blue) = 164+125+190=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #A47DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DBE is #5B8241. Grayscale: #8F8F8F. Windows color (decimal): -5997122 or 12484004. OLE color: 12484004.

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

Color convert

RGB164125190-
CMYK0.140.3400.25
HSL276º33.33%61.76%-
HSV(B)276º34.21%74.51%-
XYZ31.9426.2852.1-
YUV144.07153.92142.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=34.24%
G=26.10%
B=39.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641251900.140.3400.2527633.3361.76
HexA47DBEE22019114213e
Octal24417527616420314244176
Binary101001001111101101111101110100010011001100010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DBE; }

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

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

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

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

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

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

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

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