#A483BE

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

Shades of East Side #A483BE

Tints of East Side #A483BE

Color information

#A483BE (or 0xA483BE) is unknown color: approx East Side. HEX triplet: A4, 83 and BE. RGB value is (164,131,190). Sum of RGB (Red+Green+Blue) = 164+131+190=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A483BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483BE is #5B7C41. Grayscale: #939393. Windows color (decimal): -5995586 or 12485540. OLE color: 12485540.

HSL color Cylindrical-coordinate representation of color #A483BE: hue angle of 273.56º degrees, saturation: 0.31, 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 #A483BE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164131190-
CMYK0.140.3100.25
HSL273.56º31.22%62.94%-
HSV(B)273.56º31.05%74.51%-
XYZ32.7227.8452.36-
YUV147.59151.93139.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=33.81%
G=27.01%
B=39.18%

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
Decimal1641311900.140.3100.25273.5631.2262.94
HexA483BEE1F0191121f3f
Octal24420327616370314223777
Binary10100100100000111011111011101111101100110001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483BE; }

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

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

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

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

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

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

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

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