#A384E3

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

Shades of Medium Purple #A384E3

Tints of Medium Purple #A384E3

Color information

#A384E3 (or 0xA384E3) is unknown color: approx Medium Purple. HEX triplet: A3, 84 and E3. RGB value is (163,132,227). Sum of RGB (Red+Green+Blue) = 163+132+227=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 132 (51.95% from 255 or 25.29% 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 #A384E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384E3 is #5C7B1C. Grayscale: #979797. Windows color (decimal): -6060829 or 14910627. OLE color: 14910627.

HSL color Cylindrical-coordinate representation of color #A384E3: hue angle of 259.58º 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 #A384E3 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163132227-
CMYK0.280.4200.11
HSL259.58º62.91%70.39%-
HSV(B)259.58º41.85%89.02%-
XYZ37.2229.8476.47-
YUV152.1170.27135.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 227 (89.06% from 255) = 43.49%
R=31.23%
G=25.29%
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
Decimal1631322270.280.4200.11259.5862.9170.39
HexA384E31C2A0B1043f46
Octal243204343345201340477106
Binary10100011100001001110001111100101010010111000001001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384E3; }

 p { color: rgb(163,132,227); }

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

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

 a { background-color: rgb(163,132,227); }

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

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

 span { border-color: rgb(163,132,227); }

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