#A483BD

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

Shades of East Side #A483BD

Tints of East Side #A483BD

Color information

#A483BD (or 0xA483BD) is unknown color: approx East Side. HEX triplet: A4, 83 and BD. RGB value is (164,131,189). Sum of RGB (Red+Green+Blue) = 164+131+189=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A483BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483BD is #5B7C42. Grayscale: #939393. Windows color (decimal): -5995587 or 12420004. OLE color: 12420004.

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

Color convert

RGB164131189-
CMYK0.130.3100.26
HSL274.14º30.53%62.75%-
HSV(B)274.14º30.69%74.12%-
XYZ32.6127.851.79-
YUV147.48151.43139.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=33.88%
G=27.07%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641311890.130.3100.26274.1430.5362.75
HexA483BDD1F01A1121f3f
Octal24420327515370324223777
Binary10100100100000111011110111011111101101010001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483BD; }

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

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

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

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

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

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

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

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