#A483E1

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

Shades of Medium Purple #A483E1

Tints of Medium Purple #A483E1

Color information

#A483E1 (or 0xA483E1) is unknown color: approx Medium Purple. HEX triplet: A4, 83 and E1. RGB value is (164,131,225). Sum of RGB (Red+Green+Blue) = 164+131+225=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #A483E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A483E1 is #5B7C1E. Grayscale: #979797. Windows color (decimal): -5995551 or 14779300. OLE color: 14779300.

HSL color Cylindrical-coordinate representation of color #A483E1: hue angle of 261.06º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A483E1 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164131225-
CMYK0.270.4200.12
HSL261.06º61.04%69.8%-
HSV(B)261.06º41.78%88.24%-
XYZ37.0229.5674.99-
YUV151.58169.43136.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=31.54%
G=25.19%
B=43.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641312250.270.4200.12261.0661.0469.8
HexA483E11B2A0C1053d46
Octal244203341335201440575106
Binary10100100100000111110000111011101010011001000001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A483E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A483E1; }

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

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

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

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

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

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

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

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