#A384ED

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

Shades of Medium Purple #A384ED

Tints of Medium Purple #A384ED

Color information

#A384ED (or 0xA384ED) is unknown color: approx Medium Purple. HEX triplet: A3, 84 and ED. RGB value is (163,132,237). Sum of RGB (Red+Green+Blue) = 163+132+237=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #A384ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384ED is #5C7B12. Grayscale: #989898. Windows color (decimal): -6060819 or 15565987. OLE color: 15565987.

HSL color Cylindrical-coordinate representation of color #A384ED: hue angle of 257.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A384ED is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163132237-
CMYK0.310.4400.07
HSL257.71º74.47%72.35%-
HSV(B)257.71º44.3%92.94%-
XYZ38.6430.483.95-
YUV153.24175.27134.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=30.64%
G=24.81%
B=44.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631322370.310.4400.07257.7174.4772.35
HexA384ED1F2C071024a48
Octal243204355375407402112110
Binary10100011100001001110110111111101100011110000001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384ED; }

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

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

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

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

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

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

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

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