#A483BF

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

Shades of East Side #A483BF

Tints of East Side #A483BF

Color information

#A483BF (or 0xA483BF) is unknown color: approx East Side. HEX triplet: A4, 83 and BF. RGB value is (164,131,191). Sum of RGB (Red+Green+Blue) = 164+131+191=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #A483BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483BF is #5B7C40. Grayscale: #939393. Windows color (decimal): -5995585 or 12551076. OLE color: 12551076.

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

Color convert

RGB164131191-
CMYK0.140.3100.25
HSL273º31.91%63.14%-
HSV(B)273º31.41%74.9%-
XYZ32.8327.8952.94-
YUV147.71152.43139.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 191 (75% from 255) = 39.30%
R=33.74%
G=26.95%
B=39.30%

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
Decimal1641311910.140.3100.2527331.9163.14
HexA483BFE1F019111203f
Octal24420327716370314214077
Binary101001001000001110111111111011111011001100010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483BF; }

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

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

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

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

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

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

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

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