#A483B0

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

Shades of East Side #A483B0

Tints of East Side #A483B0

Color information

#A483B0 (or 0xA483B0) is unknown color: approx East Side. HEX triplet: A4, 83 and B0. RGB value is (164,131,176). Sum of RGB (Red+Green+Blue) = 164+131+176=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #A483B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483B0 is #5B7C4F. Grayscale: #919191. Windows color (decimal): -5995600 or 11568036. OLE color: 11568036.

HSL color Cylindrical-coordinate representation of color #A483B0: hue angle of 284º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A483B0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB164131176-
CMYK0.070.2600.31
HSL284º22.17%60.2%-
HSV(B)284º25.57%69.02%-
XYZ31.2627.2644.69-
YUV146144.93140.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=34.82%
G=27.81%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641311760.070.2600.3128422.1760.2
HexA483B071A01F11c163c
Octal2442032607320374342674
Binary1010010010000011101100001111101001111110001110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483B0; }

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

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

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

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

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

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

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

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