#A484BF

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

Shades of East Side #A484BF

Tints of East Side #A484BF

Color information

#A484BF (or 0xA484BF) is unknown color: approx East Side. HEX triplet: A4, 84 and BF. RGB value is (164,132,191). Sum of RGB (Red+Green+Blue) = 164+132+191=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #A484BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A484BF is #5B7B40. Grayscale: #949494. Windows color (decimal): -5995329 or 12551332. OLE color: 12551332.

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

Color convert

RGB164132191-
CMYK0.140.3100.25
HSL272.54º31.55%63.33%-
HSV(B)272.54º30.89%74.9%-
XYZ32.9728.1652.99-
YUV148.29152.1139.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 191 (75% from 255) = 39.22%
R=33.68%
G=27.10%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641321910.140.3100.25272.5431.5563.33
HexA484BFE1F019111203f
Octal24420427716370314214077
Binary101001001000010010111111111011111011001100010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A484BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A484BF; }

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

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

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

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

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

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

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

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