#A47DBF

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

Shades of East Side #A47DBF

Tints of East Side #A47DBF

Color information

#A47DBF (or 0xA47DBF) is unknown color: approx East Side. HEX triplet: A4, 7D and BF. RGB value is (164,125,191). Sum of RGB (Red+Green+Blue) = 164+125+191=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #A47DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DBF is #5B8240. Grayscale: #8F8F8F. Windows color (decimal): -5997121 or 12549540. OLE color: 12549540.

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

Color convert

RGB164125191-
CMYK0.140.3500.25
HSL275.45º34.02%61.96%-
HSV(B)275.45º34.55%74.9%-
XYZ32.0526.3252.68-
YUV144.18154.42142.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 125 (49.22% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 39.79%
R=34.17%
G=26.04%
B=39.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641251910.140.3500.25275.4534.0261.96
HexA47DBFE23019113223e
Octal24417527716430314234276
Binary101001001111101101111111110100011011001100010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47DBF; }

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

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

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

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

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

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

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

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