#A384F1

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

Shades of Medium Purple #A384F1

Tints of Medium Purple #A384F1

Color information

#A384F1 (or 0xA384F1) is unknown color: approx Medium Purple. HEX triplet: A3, 84 and F1. RGB value is (163,132,241). Sum of RGB (Red+Green+Blue) = 163+132+241=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #A384F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384F1 is #5C7B0E. Grayscale: #999999. Windows color (decimal): -6060815 or 15828131. OLE color: 15828131.

HSL color Cylindrical-coordinate representation of color #A384F1: hue angle of 257.06º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A384F1 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163132241-
CMYK0.320.4500.05
HSL257.06º79.56%73.14%-
HSV(B)257.06º45.23%94.51%-
XYZ39.2330.6487.07-
YUV153.7177.27134.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=30.41%
G=24.63%
B=44.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631322410.320.4500.05257.0679.5673.14
HexA384F1202D051015049
Octal243204361405505401120111
Binary101000111000010011110001100000101101010110000000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384F1; }

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

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

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

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

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

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

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

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