#A483BA

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

Shades of East Side #A483BA

Tints of East Side #A483BA

Color information

#A483BA (or 0xA483BA) is unknown color: approx East Side. HEX triplet: A4, 83 and BA. RGB value is (164,131,186). Sum of RGB (Red+Green+Blue) = 164+131+186=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A483BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483BA is #5B7C45. Grayscale: #929292. Windows color (decimal): -5995590 or 12223396. OLE color: 12223396.

HSL color Cylindrical-coordinate representation of color #A483BA: hue angle of 276º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A483BA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164131186-
CMYK0.120.3000.27
HSL276º28.5%62.16%-
HSV(B)276º29.57%72.94%-
XYZ32.2927.6750.09-
YUV147.14149.93140.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=34.10%
G=27.23%
B=38.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641311860.120.3000.2727628.562.16
HexA483BAC1E01B1141c3e
Octal24420327214360334243476
Binary10100100100000111011101011001111001101110001010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483BA; }

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

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

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

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

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

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

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

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