#A483E3

Color #A483E3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A483E3

Tints of Medium Purple #A483E3

Color information

#A483E3 (or 0xA483E3) is unknown color: approx Medium Purple. HEX triplet: A4, 83 and E3. RGB value is (164,131,227). Sum of RGB (Red+Green+Blue) = 164+131+227=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #A483E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483E3 is #5B7C1C. Grayscale: #979797. Windows color (decimal): -5995549 or 14910372. OLE color: 14910372.

HSL color Cylindrical-coordinate representation of color #A483E3: hue angle of 260.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A483E3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164131227-
CMYK0.280.4200.11
HSL260.62º63.16%70.2%-
HSV(B)260.62º42.29%89.02%-
XYZ37.2929.6776.43-
YUV151.81170.43136.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 227 (89.06% from 255) = 43.49%
R=31.42%
G=25.10%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641312270.280.4200.11260.6263.1670.2
HexA483E31C2A0B1053f46
Octal244203343345201340577106
Binary10100100100000111110001111100101010010111000001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483E3; }

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

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

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

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

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

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

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

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