#A479BD

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

Shades of East Side #A479BD

Tints of East Side #A479BD

Color information

#A479BD (or 0xA479BD) is unknown color: approx East Side. HEX triplet: A4, 79 and BD. RGB value is (164,121,189). Sum of RGB (Red+Green+Blue) = 164+121+189=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #A479BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A479BD is #5B8642. Grayscale: #8D8D8D. Windows color (decimal): -5998147 or 12417444. OLE color: 12417444.

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

Color convert

RGB164121189-
CMYK0.130.3600.26
HSL277.94º34%60.78%-
HSV(B)277.94º35.98%74.12%-
XYZ31.3325.2451.36-
YUV141.61154.75143.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=34.60%
G=25.53%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641211890.130.3600.26277.943460.78
HexA479BDD2401A116223d
Octal24417127515440324264275
Binary101001001111001101111011101100100011010100010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479BD; }

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

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

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

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

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

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

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

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