#A47BBD

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

Shades of East Side #A47BBD

Tints of East Side #A47BBD

Color information

#A47BBD (or 0xA47BBD) is unknown color: approx East Side. HEX triplet: A4, 7B and BD. RGB value is (164,123,189). Sum of RGB (Red+Green+Blue) = 164+123+189=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #A47BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BBD is #5B8442. Grayscale: #8E8E8E. Windows color (decimal): -5997635 or 12417956. OLE color: 12417956.

HSL color Cylindrical-coordinate representation of color #A47BBD: hue angle of 277.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47BBD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164123189-
CMYK0.130.3500.26
HSL277.27º33.33%61.18%-
HSV(B)277.27º34.92%74.12%-
XYZ31.5825.7351.45-
YUV142.78154.08143.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=34.45%
G=25.84%
B=39.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641231890.130.3500.26277.2733.3361.18
HexA47BBDD2301A115213d
Octal24417327515430324254175
Binary101001001111011101111011101100011011010100010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BBD; }

 p { color: rgb(164,123,189); }

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

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

 a { background-color: rgb(164,123,189); }

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

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

 span { border-color: rgb(164,123,189); }

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